summaryrefslogtreecommitdiff
path: root/monkey
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-11-02 23:04:22 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-11-02 23:04:22 +0000
commit19a50699e2d054ab8a614c092948714fde33dcd5 (patch)
tree4e03ad2481b6b98115bd0a515fa87ad4a41de153 /monkey
parent5631943e401c9bb4cf1626b19639c41cda860d58 (diff)
downloadnetsurf-19a50699e2d054ab8a614c092948714fde33dcd5.tar.gz
netsurf-19a50699e2d054ab8a614c092948714fde33dcd5.tar.bz2
Disable unused-but-set-variable warnings until such time as the JS bindings are complete (or bodged)
Diffstat (limited to 'monkey')
-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)
# ---------------------------------------------------------------------------