summaryrefslogtreecommitdiff
path: root/monkey
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-11-03 15:13:43 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-11-03 15:13:43 +0000
commit180f7ff42cc42862a39e9c18ba7556b3020bb647 (patch)
tree5ef0deef46801d4c1b47a86a2d373533d9c0bd74 /monkey
parentef5c8c21a6dbf5db68743704a74066e01cc9a853 (diff)
parent45d508487af4a817fda3b536c2872f588291902b (diff)
downloadnetsurf-180f7ff42cc42862a39e9c18ba7556b3020bb647.tar.gz
netsurf-180f7ff42cc42862a39e9c18ba7556b3020bb647.tar.bz2
Merge Vincent's Javascript work onto master
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)
# ---------------------------------------------------------------------------