Arun Giridhar wrote: > I am compiling from the hg development source but the warnings have been > around for a long time and you should be able to see them with released > versions as well. ... > $ grep WARNINGS config.status > S["GL_CFLAG_GNULIB_WARNINGS"]=" -Wno-cast-qual -Wno-conversion > -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function > -Wno-unused-parameter -Wno-float-conversion -Wimp"\ > S["GL_CFLAG_ALLOW_WARNINGS"]="-Wno-error"
Thanks. I was wondering why the CFLAGS that Gnulib sets for its own code (-Wno-cast-qual -Wno-conversion ...) were not present in the first two compiler invocations, only in the third one. The explanation is that these first two compiler invocations are compiling Octave code that happens to #include .h files from Gnulib. Bruno
