about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-01 20:34:20 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-01 20:34:20 +0200
commit3b3df4e3cb0ce3e6ea728b68694b579e15cd00f7 (patch)
treeaae036d19e07c6cb673d30b033e3e45067e48e9c /Makefile
parent4f3c417753c7ff40023fcbb2958eb6109ebdd575 (diff)
downloadafl++-3b3df4e3cb0ce3e6ea728b68694b579e15cd00f7.tar.gz
afl-fuzz-src bitmap and queue C files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0efdddd1..14342129 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ SH_PROGS    = afl-plot afl-cmin afl-whatsup afl-system-config
 CFLAGS     ?= -O3 -funroll-loops
 CFLAGS     += -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -I include/ \
 	      -DAFL_PATH=\"$(HELPER_PATH)\" -DDOC_PATH=\"$(DOC_PATH)\" \
-	      -DBIN_PATH=\"$(BIN_PATH)\"
+	      -DBIN_PATH=\"$(BIN_PATH)\" -Wno-unused-function
 
 AFL_FUZZ_FILES = $(wildcard src/afl-fuzz-src/*.c)