Makefile: replace -W -Wall with centralized $(GCCWARN)
authorH. Peter Anvin <hpa@zytor.com>
Sun, 10 Jan 2010 20:48:06 +0000 (12:48 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 10 Jan 2010 20:49:30 +0000 (12:49 -0800)
commit71d20885019564586d5f4d316af220cdae2900f5
tree0fb3024519040f20f4e46d87315a14ef571ee6c2
parenta7fb4143d599529def315c444c83a8e1aac734d2
Makefile: replace -W -Wall with centralized $(GCCWARN)

Replace -W -Wall hardcoded into a bunch of Makefiles with $(GCCWARN),
a centralized variable defined in the root MCONFIG.  Add
-Wstrict-prototypes to the list of global warnings: we should never
have non-prototyped declarations.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
MCONFIG
MCONFIG.embedded
com32/MCONFIG
com32/lib/MCONFIG
com32/rosh/MCONFIG
extlinux/Makefile
linux/Makefile
memdisk/Makefile
mtools/Makefile
utils/Makefile
win32/Makefile