summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2009-07-28 00:38:09 +0100
committerSergey V. Udaltsov <svu@gnome.org>2009-07-28 00:44:56 +0100
commit896e189285eba278c319b6ed14c74bda492285f1 (patch)
tree41b6f2dc6c0f56caa9bc753793ceea6e160384c4 /test
parent402aac93b7e18f534e33803ca380ac6c4cf051c4 (diff)
downloadlibgnomekbd-896e189285eba278c319b6ed14c74bda492285f1.tar.gz
Remove -Werror option
http://bugzilla.gnome.org/show_bug.cgi?id=497425
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 0904ae2..896b851 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -2,7 +2,7 @@ noinst_PROGRAMS = gkbd-indicator-test \
gkbd-keyboard-drawing-test
gkbd_indicator_test_CFLAGS= \
- $(WARN_CFLAGS) -I$(top_srcdir) -Wall -Werror \
+ $(WARN_CFLAGS) -I$(top_srcdir) -Wall \
$(GTK_CFLAGS) \
$(LIBGLADE_CFLAGS) \
$(LIBXKLAVIER_CFLAGS) \