From be6dc83277c49c8f7db30cc363134463af0aa596 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Sun, 15 Feb 2015 21:19:51 +0000 Subject: [PATCH] Revert "Add -Wno-format-nonliteral to Makefile.am" Oh well. This will hide legitimate programming errors, which I knew, so I'll just have to accept that when looking through the compiler output. This reverts commit c2bbaab2ac06420fa56c872294a9f8d7b326571e. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ccb3c2ad..63e20b17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ CFLAGS += -Wno-long-long -Wall -W -Wnested-externs -Wformat=2 CFLAGS += -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations CFLAGS += -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare CFLAGS += -Wundef -Wbad-function-cast -Winline -Wcast-align -CFLAGS += -Wdeclaration-after-statement -Wno-format-nonliteral +CFLAGS += -Wdeclaration-after-statement CPPFLAGS += -DDEBUG endif if IS_GCC4