1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-12 12:08:48 +00:00

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 c2bbaab2ac.
This commit is contained in:
Thomas Adam 2015-02-15 21:19:51 +00:00
parent c2bbaab2ac
commit be6dc83277

View File

@ -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