From 30a675ab875d2f9ef971324a154fb4f46cebc122 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Mon, 11 May 2020 14:40:42 +0200 Subject: silened warnings --- examples/afl_network_proxy/GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/afl_network_proxy') 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 -- cgit 1.4.1