From: Peter (Stig) Edwards Date: Fri, 1 Feb 2019 09:27:22 +0000 (+0000) Subject: -Wformat-security not needed with -Wformat=2 X-Git-Tag: v1.4.0^2~41^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ff9249810a3afe45bcdec571f093dc45fb84eca;p=thirdparty%2Fzstd.git -Wformat-security not needed with -Wformat=2 --- diff --git a/doc/educational_decoder/Makefile b/doc/educational_decoder/Makefile index ace1294f8..c1d2c4cc4 100644 --- a/doc/educational_decoder/Makefile +++ b/doc/educational_decoder/Makefile @@ -7,7 +7,7 @@ CPPFLAGS += -I$(ZSTDDIR) -I$(ZSTDDIR)/common -I$(ZSTDDIR)/compress \ CFLAGS ?= -O3 CFLAGS += -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \ -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement \ - -Wstrict-prototypes -Wundef -Wformat-security \ + -Wstrict-prototypes -Wundef \ -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings \ -Wredundant-decls CFLAGS += $(DEBUGFLAGS)