From 19a50699e2d054ab8a614c092948714fde33dcd5 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 2 Nov 2012 23:04:22 +0000 Subject: Disable unused-but-set-variable warnings until such time as the JS bindings are complete (or bodged) --- monkey/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monkey') 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) # --------------------------------------------------------------------------- -- cgit v1.2.3