From 827d8c2e0cc08bae775c191a44d3574a7909dc3c Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Sun, 30 Sep 2012 15:26:41 +0200 Subject: Revert "Remove -Wformat* warnings from makefiles" This reverts commit 14ac0adcc7c0224a467e38bbd4ebf39d824ada8d. --- src/makefile.unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefile.unix') diff --git a/src/makefile.unix b/src/makefile.unix index b73ce2833b..a41b57b4fc 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -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 -- cgit v1.2.3