summaryrefslogtreecommitdiff
path: root/examples/x86_extension/Makefile
diff options
context:
space:
mode:
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)