ludo@gnu.org (Ludovic Courtès) writes: > Mike Gran writes: > >> On Wed, 2009-08-19 at 09:56 -0400, Greg Troxel wrote: >>> From my autobuild on master >>> >>> vm-i-scheme.c:437: warning: comparison is always true due to limited range of data type >> >> For gcc, -Wtype-limits will catch this at compile time. > > IIUC this is precisely a compile-time warning. :-) Yes, but it's apparently only happening to me, and I think Mike is suggesting adding flags to make it happen for everyone so it's easier to fix.