Makefile: lower -Wformat to 1
authorRobert Swiecki <robert@swiecki.net>
Tue, 19 Jun 2018 01:58:17 +0000 (03:58 +0200)
committerRobert Swiecki <robert@swiecki.net>
Tue, 19 Jun 2018 01:58:17 +0000 (03:58 +0200)
Makefile

index a825a0a..105fc96 100644 (file)
--- 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