From 650248dbd1871444e88a01b696d5d671e636650c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 2 Jul 2009 22:21:33 +0000 Subject: Added -Wmissing-format-attribute to build system svn-id: r42041 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 99accca5fc..12718494c7 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ CXXFLAGS+= -Wno-long-long -Wno-multichar -Wno-unknown-pragmas -Wno-reorder # Enable even more warnings... CXXFLAGS+= -Wpointer-arith -Wcast-qual -Wcast-align CXXFLAGS+= -Wshadow -Wimplicit -Wnon-virtual-dtor -Wwrite-strings +CXXFLAGS+= -Wmissing-format-attribute # Disable RTTI and exceptions, and enabled checking of pointers returned by "new" CXXFLAGS+= -fno-rtti -fno-exceptions -fcheck-new -- cgit v1.2.3