From 21a7bbbe6ab45da7c28557520dc5ea91b4db5571 Mon Sep 17 00:00:00 2001 From: Robert Swiecki Date: Tue, 19 Jun 2018 03:58:17 +0200 Subject: [PATCH] Makefile: lower -Wformat to 1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a825a0a..105fc96 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ CXX ?= g++ COMMON_FLAGS += -O2 -c \ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 \ - -Wformat -Wformat=2 -Wformat-security -fPIE \ - -Wno-format-nonliteral \ + -fPIE \ + -Wformat -Wformat-security -Wno-format-nonliteral \ -Wall -Wextra -Werror \ -Ikafel/include -- 2.7.4