silened warnings

This commit is contained in:
Dominik Maier
2020-05-11 14:40:42 +02:00
parent 845522f59b
commit 30a675ab87

View File

@ -6,6 +6,8 @@ PROGRAMS = afl-network-client afl-network-server
HASH=\#
CFLAGS += -Wno-pointer-sign
ifdef STATIC
CFLAGS += -static
endif