diff options
author | Max Horn | 2009-07-02 22:21:33 +0000 |
---|---|---|
committer | Max Horn | 2009-07-02 22:21:33 +0000 |
commit | 650248dbd1871444e88a01b696d5d671e636650c (patch) | |
tree | 3631582bd839501f1805c21c169ae6e7eb02709f /Makefile | |
parent | 51889298258f651a95f810cebd78c5b431f35472 (diff) | |
download | scummvm-rg350-650248dbd1871444e88a01b696d5d671e636650c.tar.gz scummvm-rg350-650248dbd1871444e88a01b696d5d671e636650c.tar.bz2 scummvm-rg350-650248dbd1871444e88a01b696d5d671e636650c.zip |
Added -Wmissing-format-attribute to build system
svn-id: r42041
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |