Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/17e20537d4c6cdcb55f1a...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/17e20537d4c6cdcb55f1ab6...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/17e20537d4c6cdcb55f1ab68c...
The branch, master has been updated
via 17e20537d4c6cdcb55f1ab68c950264c79ca69b2 (commit)
from 0ff9d858139328956cfe60a29f13b3315b6d2ce6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commitdiff/17e20537d4c6cdcb55f...
commit 17e20537d4c6cdcb55f1ab68c950264c79ca69b2
Author: Vincent Sanders <vince(a)netsurf-browser.org>
Commit: Vincent Sanders <vince(a)netsurf-browser.org>
try without option altogether
diff --git a/monkey/Makefile.target b/monkey/Makefile.target
index 18a7dae..d43fe8d 100644
--- a/monkey/Makefile.target
+++ b/monkey/Makefile.target
@@ -47,7 +47,8 @@ MONKEYCFLAGS := -std=c99 -Dmonkey -Dnsmonkey \
MONKEYLDFLAGS := -lm $(shell $(PKG_CONFIG) --cflags --libs glib-2.0 lcms)
-MONKEYWARNFLAGS := -Werror -Wno-error=unused-but-set-variable
+MONKEYWARNFLAGS := -Werror
+#-Wno-unused-but-set-variable
CFLAGS += $(MONKEYCFLAGS) $(MONKEYWARNFLAGS)
LDFLAGS += $(MONKEYLDFLAGS)
-----------------------------------------------------------------------
Summary of changes:
monkey/Makefile.target | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/monkey/Makefile.target b/monkey/Makefile.target
index 18a7dae..d43fe8d 100644
--- a/monkey/Makefile.target
+++ b/monkey/Makefile.target
@@ -47,7 +47,8 @@ MONKEYCFLAGS := -std=c99 -Dmonkey -Dnsmonkey \
MONKEYLDFLAGS := -lm $(shell $(PKG_CONFIG) --cflags --libs glib-2.0 lcms)
-MONKEYWARNFLAGS := -Werror -Wno-error=unused-but-set-variable
+MONKEYWARNFLAGS := -Werror
+#-Wno-unused-but-set-variable
CFLAGS += $(MONKEYCFLAGS) $(MONKEYWARNFLAGS)
LDFLAGS += $(MONKEYLDFLAGS)
--
NetSurf Browser