about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-27 09:10:48 +0200
committervan Hauser <vh@thc.org>2020-07-27 09:10:48 +0200
commit1bbeef48e154389cb5ac5adcb7a55f5b78c2bac6 (patch)
tree5136868553abb88528b4cbaf587486b750a8b30f /GNUmakefile
parent7f3317110e07b2d3c63a97cd1916a2b489c78f67 (diff)
downloadafl++-1bbeef48e154389cb5ac5adcb7a55f5b78c2bac6.tar.gz
update readme, renice -20
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ab9144b8..e2d7314f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -96,7 +96,7 @@ ifneq "$(shell uname -m)" "x86_64"
 endif
 
 CFLAGS     ?= -O3 -funroll-loops $(CFLAGS_OPT)
-override CFLAGS += -Wall -g -Wno-pointer-sign -Wmissing-declarations\
+override CFLAGS += -Wall -g -Wno-pointer-sign -Wmissing-declarations -Wno-unused-result \
 			  -I include/ -DAFL_PATH=\"$(HELPER_PATH)\" \
 			  -DBIN_PATH=\"$(BIN_PATH)\" -DDOC_PATH=\"$(DOC_PATH)\"