From: Andre Noll Date: Fri, 30 Dec 2016 14:49:59 +0000 (+0100) Subject: Makefile: Don't compile with -Wformat-signedness unconditionally. X-Git-Tag: v0.5.7~4^2 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=c4a57c05c9353a59db14dd57f8c911f175c63371;p=paraslash.git Makefile: Don't compile with -Wformat-signedness unconditionally. This went in by mistake in the previous patch. --- diff --git a/Makefile.real b/Makefile.real index ef52c2eb..ce4881d2 100644 --- a/Makefile.real +++ b/Makefile.real @@ -115,7 +115,6 @@ STRICT_CFLAGS += -Wno-sign-compare -Wno-unknown-pragmas STRICT_CFLAGS += -Wformat -Wformat-security STRICT_CFLAGS += -Wmissing-format-attribute STRICT_CFLAGS += -Wdeclaration-after-statement -STRICT_CFLAGS += -Wformat-signedness LDFLAGS += $(clock_gettime_ldflags)