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. Maybe we should put that in the GCC_CFLAGS in the configure.in. -Mike