]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
-Wformat-security not needed with -Wformat=2 1515/head
authorPeter (Stig) Edwards <thatsafunnyname@gmail.com>
Fri, 1 Feb 2019 09:38:49 +0000 (09:38 +0000)
committerGitHub <noreply@github.com>
Fri, 1 Feb 2019 09:38:49 +0000 (09:38 +0000)
tests/fuzz/Makefile

index 4130f18e330cc7b86817b045cf6a20258e1f15a0..8a22ad1c5435b0ea651c8772ebc4d9f9465c432e 100644 (file)
@@ -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