Mike Gran <spk...@yahoo.com> 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. :-) Ludo'.