From 7b5aa477b522f38f0d7fcd4b306ae35eed0b9ddd Mon Sep 17 00:00:00 2001
From: Jerome Guelfucci <jeromeg@xfce.org>
Date: Mon, 5 Jan 2009 18:10:28 +0000
Subject: [PATCH] DOn't compile with -Werror

(Old svn revision: 6406)
---
 ChangeLog                | 4 ++++
 lib/Makefile.am          | 2 +-
 panel-plugin/Makefile.am | 2 +-
 src/Makefile.am          | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7673c705..bca0857f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-05
+
+  * Don't use -Werror.
+
 2009-01-05
 
   * NEWS: updated.
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 97f31ba9..b218dceb 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -14,7 +14,7 @@ libscreenshooter_la_CFLAGS = \
 	@LIBXFCE4UTIL_CFLAGS@ \
 	@LIBXFCEGUI4_CFLAGS@ \
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
-	-Wall -Wextra -Werror -Wno-unused-parameter \
+	-Wall -Wextra -Wno-unused-parameter \
 	-Wno-missing-field-initializers
 
 libscreenshooter_la_LIBADD = \
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 0fe6e5e9..4f67f2e3 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -6,7 +6,7 @@ xfce4_screenshooter_plugin_CFLAGS =						\
 	-I$(top_srcdir)								\
 	-I$(top_srcdir)/lib							\
 	@LIBXFCE4PANEL_CFLAGS@ \
-	-Wall -Wextra -Werror -Wno-unused-parameter \
+	-Wall -Wextra -Wno-unused-parameter \
 	-Wno-missing-field-initializers
 
 xfce4_screenshooter_plugin_LDFLAGS =						\
diff --git a/src/Makefile.am b/src/Makefile.am
index 79b84908..5a918a20 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,7 +7,7 @@ xfce4_screenshooter_CFLAGS = \
 	@LIBXFCEGUI4_CFLAGS@ \
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
 	-I$(top_srcdir)/lib \
-	-Wall -Wextra -Werror -Wno-unused-parameter \
+	-Wall -Wextra -Wno-unused-parameter \
 	-Wno-missing-field-initializers
 	
 xfce4_screenshooter_LDFLAGS =                       \
-- 
GitLab