diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-05-11 14:40:42 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-05-11 14:40:42 +0200 |
commit | 30a675ab875d2f9ef971324a154fb4f46cebc122 (patch) | |
tree | 337ff234baef50e52021cccfdda35a5be5290b0e /examples/afl_network_proxy | |
parent | 845522f59b3a040a6c8bc9ef20920802752edb03 (diff) | |
download | afl++-30a675ab875d2f9ef971324a154fb4f46cebc122.tar.gz |
silened warnings
Diffstat (limited to 'examples/afl_network_proxy')
-rw-r--r-- | examples/afl_network_proxy/GNUmakefile | 2 |
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 |