about summary refs log tree commit diff
path: root/examples/afl_network_proxy
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-05-11 14:40:42 +0200
committerDominik Maier <domenukk@gmail.com>2020-05-11 14:40:42 +0200
commit30a675ab875d2f9ef971324a154fb4f46cebc122 (patch)
tree337ff234baef50e52021cccfdda35a5be5290b0e /examples/afl_network_proxy
parent845522f59b3a040a6c8bc9ef20920802752edb03 (diff)
downloadafl++-30a675ab875d2f9ef971324a154fb4f46cebc122.tar.gz
silened warnings
Diffstat (limited to 'examples/afl_network_proxy')
-rw-r--r--examples/afl_network_proxy/GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/afl_network_proxy/GNUmakefile b/examples/afl_network_proxy/GNUmakefile
index cf1cbad5..25a3df82 100644
--- a/examples/afl_network_proxy/GNUmakefile
+++ b/examples/afl_network_proxy/GNUmakefile
@@ -6,6 +6,8 @@ PROGRAMS = afl-network-client afl-network-server
 
 HASH=\#
 
+CFLAGS += -Wno-pointer-sign
+
 ifdef STATIC
   CFLAGS += -static
 endif