Other than -Wall what other warnings have people found useful?
http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc/Warning-Options.html
Other than -Wall what other warnings have people found useful?
http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc/Warning-Options.html
-Wfloat-equal, -Wshadow, -Wmissing-prototypes,
-Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wextra -Werror-implicit-function-declaration -Wunused -Wno-unused-value -Wreturn-type
As of 2011-09-01, with gcc version 4.6.1
My current "development" alias
The "release" alias
As of 2009-11-03
"development" alias
"release" alias