summaryrefslogtreecommitdiff
path: root/examples/x86_extension/Makefile
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2017-08-30 01:31:57 -0400
committerPeter LaFosse <peter@vector35.com>2017-08-30 01:31:57 -0400
commit110f16bcbed04cd28b62065968ffa409fe76cdcf (patch)
tree955a55331932aa65b12d89d1a814ca8675f87c74 /examples/x86_extension/Makefile
parent47333ef2460edfa9b5ba5be26fd19f80c0d8d8b6 (diff)
Adding helper functions to x86 extension
Diffstat (limited to 'examples/x86_extension/Makefile')
-rw-r--r--examples/x86_extension/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/x86_extension/Makefile b/examples/x86_extension/Makefile
index 3fa1739b..1ee60891 100644
--- a/examples/x86_extension/Makefile
+++ b/examples/x86_extension/Makefile
@@ -28,7 +28,7 @@ SOURCES := $(shell find $(SRCDIR) -type f -name *.$(SRCEXT))
OBJECTS := $(patsubst $(SRCDIR)/%,$(BUILDDIR)/%,$(SOURCES:.$(SRCEXT)=.o)) src/asmx86/libasmx86.a
LIBS := -L$(BINJAPATH) -lbinaryninjacore
-CFLAGS := -c -std=gnu++11 -O2 -Wall -W -fPIC -pipe
+CFLAGS := -c -std=gnu++11 -O2 -Wall -W -fPIC -pipe -Wno-unused-function
all: $(TARGET)