summaryrefslogtreecommitdiff
path: root/monkey/Makefile.target
diff options
context:
space:
mode:
Diffstat (limited to 'monkey/Makefile.target')
-rw-r--r--monkey/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/monkey/Makefile.target b/monkey/Makefile.target
index 569837bac..8ca03b582 100644
--- a/monkey/Makefile.target
+++ b/monkey/Makefile.target
@@ -47,7 +47,7 @@ $(eval $(call feature_enabled,WEBP,-DWITH_WEBP,-lwebp -lvpx,WebP (libwebp)))
MONKEYLDFLAGS := -lm $(shell $(PKG_CONFIG) --cflags --libs glib-2.0 lcms)
- CFLAGS += $(MONKEYCFLAGS) -Werror
+ CFLAGS += $(MONKEYCFLAGS) -Werror -Wno-unused-but-set-variable
LDFLAGS += $(MONKEYLDFLAGS)
# ---------------------------------------------------------------------------