diff options
Diffstat (limited to 'app-forensics/honggfuzz/files/honggfuzz-1.7-no-werror.patch')
-rw-r--r-- | app-forensics/honggfuzz/files/honggfuzz-1.7-no-werror.patch | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-forensics/honggfuzz/files/honggfuzz-1.7-no-werror.patch b/app-forensics/honggfuzz/files/honggfuzz-1.7-no-werror.patch new file mode 100644 index 000000000000..bf4d65377369 --- /dev/null +++ b/app-forensics/honggfuzz/files/honggfuzz-1.7-no-werror.patch @@ -0,0 +1,5 @@ +--- a/Makefile ++++ b/Makefile +@@ -29 +29 @@ HFUZZ_CC_SRCS := hfuzz_cc/hfuzz-cc.c +-COMMON_CFLAGS := -D_GNU_SOURCE -Wall -Werror -Wno-format-truncation -I. ++COMMON_CFLAGS := -D_GNU_SOURCE -Wall -Wno-format-truncation -I. |