about summary refs log tree commit diff
path: root/examples/afl_network_proxy/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/afl_network_proxy/GNUmakefile')
-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