diff --git a/Makefile b/Makefile index 48747e87..e4973599 100644 --- a/Makefile +++ b/Makefile @@ -237,7 +237,8 @@ $(SQLITE_OBJS): CFLAGS += \ -DSQLITE_MAX_TRIGGER_DEPTH=10 \ -DSQLITE_SECURE_DELETE \ -Wno-implicit-fallthrough \ - -Wno-unused-but-set-variable + -Wno-unused-but-set-variable \ + -Wno-unused-function XOPT_SOURCES := deps/xopt/xopt.c XOPT_OBJS := $(call get_objs,XOPT_SOURCES)