On Fri, 26 May 2006 12:20:02 MDT, Matthew Wilcox wrote: ... >(anyone know how you turn off that fucking UTF8 crap that gcc insists >on putting into its warning/error messages? Who thought that was a >good idea?) LANG=C works here, and inside emacs. However, when run from gterm in FC5, looks ok on the screen. $ gcc -O2 -W -Wall -o test test.c x.c: In function \u2018main\u2019: x.c:5: warning: comparison is always true due to limited range of data type $ echo $LANG en_US.UTF-8 $ LANG=C gcc -O2 -W -Wall -o test x.c x.c: In function 'main': x.c:5: warning: comparison is always true due to limited range of data type $ So it appears to fix. ++doug - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html