[Goodies-commits] r6406 - in xfce4-screenshooter/trunk: . lib panel-plugin src

Jerome Guelfucci jeromeg at xfce.org
Mon Jan 5 19:10:28 CET 2009


Author: jeromeg
Date: 2009-01-05 18:10:28 +0000 (Mon, 05 Jan 2009)
New Revision: 6406

Modified:
   xfce4-screenshooter/trunk/ChangeLog
   xfce4-screenshooter/trunk/lib/Makefile.am
   xfce4-screenshooter/trunk/panel-plugin/Makefile.am
   xfce4-screenshooter/trunk/src/Makefile.am
Log:
DOn't compile with -Werror

Modified: xfce4-screenshooter/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter/trunk/ChangeLog	2009-01-05 17:58:30 UTC (rev 6405)
+++ xfce4-screenshooter/trunk/ChangeLog	2009-01-05 18:10:28 UTC (rev 6406)
@@ -1,5 +1,9 @@
 2009-01-05
 
+  * Don't use -Werror.
+
+2009-01-05
+
   * NEWS: updated.
   * TODO: updated.
 

Modified: xfce4-screenshooter/trunk/lib/Makefile.am
===================================================================
--- xfce4-screenshooter/trunk/lib/Makefile.am	2009-01-05 17:58:30 UTC (rev 6405)
+++ xfce4-screenshooter/trunk/lib/Makefile.am	2009-01-05 18:10:28 UTC (rev 6406)
@@ -14,7 +14,7 @@
 	@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 = \

Modified: xfce4-screenshooter/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-screenshooter/trunk/panel-plugin/Makefile.am	2009-01-05 17:58:30 UTC (rev 6405)
+++ xfce4-screenshooter/trunk/panel-plugin/Makefile.am	2009-01-05 18:10:28 UTC (rev 6406)
@@ -6,7 +6,7 @@
 	-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 =						\

Modified: xfce4-screenshooter/trunk/src/Makefile.am
===================================================================
--- xfce4-screenshooter/trunk/src/Makefile.am	2009-01-05 17:58:30 UTC (rev 6405)
+++ xfce4-screenshooter/trunk/src/Makefile.am	2009-01-05 18:10:28 UTC (rev 6406)
@@ -7,7 +7,7 @@
 	@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 =                       \




More information about the Goodies-commits mailing list