From: Peter (Stig) Edwards Date: Fri, 1 Feb 2019 09:38:49 +0000 (+0000) Subject: -Wformat-security not needed with -Wformat=2 X-Git-Tag: v1.4.0^2~41^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdb3e7af2fcb3120476b643dafa7da6179097874;p=thirdparty%2Fzstd.git -Wformat-security not needed with -Wformat=2 --- diff --git a/tests/fuzz/Makefile b/tests/fuzz/Makefile index 4130f18e3..8a22ad1c5 100644 --- a/tests/fuzz/Makefile +++ b/tests/fuzz/Makefile @@ -30,7 +30,7 @@ FUZZ_CPPFLAGS := -I$(ZSTDDIR) -I$(ZSTDDIR)/common -I$(ZSTDDIR)/compress \ $(CPPFLAGS) FUZZ_EXTRA_FLAGS := -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 \ -g -fno-omit-frame-pointer