Revert "Remove -Wformat* warnings from makefiles"

This reverts commit 14ac0adcc7.
This commit is contained in:
Wladimir J. van der Laan
2012-09-30 15:26:41 +02:00
parent d210f4f5b8
commit 827d8c2e0c
5 changed files with 5 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ DEBUGFLAGS=-g
# CXXFLAGS can be specified on the make command line, so we use xCXXFLAGS that only
# adds some defaults in front. Unfortunately, CXXFLAGS=... $(CXXFLAGS) does not work.
xCXXFLAGS=-O2 -pthread -Wall -Wextra -Wno-format -Wno-format-security -Wno-unused-parameter \
xCXXFLAGS=-O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter \
$(DEBUGFLAGS) $(DEFS) $(HARDENING) $(CXXFLAGS)
# LDFLAGS can be specified on the make command line, so we use xLDFLAGS that only