From c4a57c05c9353a59db14dd57f8c911f175c63371 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 30 Dec 2016 15:49:59 +0100 Subject: [PATCH] Makefile: Don't compile with -Wformat-signedness unconditionally. This went in by mistake in the previous patch. --- Makefile.real | 1 - 1 file changed, 1 deletion(-) 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) -- 2.30.2