From 1466eb283c8eee992835f66433c43fd4d31e92bc Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 26 Jan 2006 22:19:01 +0000 Subject: Some more prototypes, enable missing-prototypes/declarations warnings for now --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 2f16dbe4f..37cf14000 100644 --- a/Rules.mak +++ b/Rules.mak @@ -296,7 +296,7 @@ OPTIMIZATION+=$(call check_gcc,-funit-at-a-time,) # Add a bunch of extra pedantic annoyingly strict checks XWARNINGS=$(subst ",, $(strip $(WARNINGS))) -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing XWARNINGS+=-Wnested-externs -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wformat=2 -#XWARNINGS+=-Wmissing-prototypes -Wmissing-declarations +XWARNINGS+=-Wmissing-prototypes -Wmissing-declarations # works only w/ gcc-3.4 and up, can't be checked for gcc-3.x w/ check_gcc() #XWARNINGS+=-Wdeclaration-after-statement XARCH_CFLAGS=$(subst ",, $(strip $(ARCH_CFLAGS))) -- cgit v1.2.3