]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Turn on some extra warnings.
authorTom Hughes <tom@compton.nu>
Fri, 11 Nov 2005 12:30:12 +0000 (12:30 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 11 Nov 2005 12:30:12 +0000 (12:30 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5082

Makefile.flags.am

index e9228151b68a0246e45e7b1aa6d10265a8c95fb3..3f12c7ee1a2ff1232623c4acca297ec72170250a 100644 (file)
@@ -1,4 +1,5 @@
-AM_CFLAGS_BASE = -Wmissing-prototypes -Winline -Wall -Wshadow -O -g
+AM_CFLAGS_BASE = -O -g -Wmissing-prototypes -Winline -Wall -Wshadow \
+                 -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations
 
 AM_CFLAGS_PIC = -fpic -fno-omit-frame-pointer