about summary refs log tree commit diff
path: root/examples/afl_frida/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/afl_frida/Makefile')
-rw-r--r--examples/afl_frida/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/afl_frida/Makefile b/examples/afl_frida/Makefile
index 5d482e54..c154f3a4 100644
--- a/examples/afl_frida/Makefile
+++ b/examples/afl_frida/Makefile
@@ -11,7 +11,7 @@ libfrida-gum.a:
 	@exit 1
 	
 afl-frida:	afl-frida.c libfrida-gum.a
-	$(CC) -g $(OPT) -o afl-frida -I. -fpermissive -fPIC afl-frida.c ../../afl-llvm-rt.o libfrida-gum.a -ldl -lresolv -pthread
+	$(CC) -g $(OPT) -o afl-frida -Wno-format -Wno-pointer-sign -I. -fpermissive -fPIC afl-frida.c ../../afl-llvm-rt.o libfrida-gum.a -ldl -lresolv -pthread
 
 libtestinstr.so:        libtestinstr.c
 	$(CC) -g -O0 -fPIC -o libtestinstr.so -shared libtestinstr.c