[Goodies-commits] r3541 - in xfce4-sensors-plugin/trunk: icons panel-plugin

Fabian Nowak timystery at xfce.org
Tue Nov 6 01:04:50 CET 2007


Author: timystery
Date: 2007-11-06 00:04:50 +0000 (Tue, 06 Nov 2007)
New Revision: 3541

Modified:
   xfce4-sensors-plugin/trunk/icons/Makefile
   xfce4-sensors-plugin/trunk/panel-plugin/sensors.c
Log:
removed forgotten unused variable. -Werror works again.


Modified: xfce4-sensors-plugin/trunk/icons/Makefile
===================================================================
--- xfce4-sensors-plugin/trunk/icons/Makefile	2007-11-05 23:59:40 UTC (rev 3540)
+++ xfce4-sensors-plugin/trunk/icons/Makefile	2007-11-06 00:04:50 UTC (rev 3541)
@@ -142,9 +142,9 @@
 LIBXFCE4PANEL_VERSION = 4.5.0.3svn-r26177
 LN_S = ln -s
 LTLIBOBJS = 
-MAINT = 
-MAINTAINER_MODE_FALSE = #
-MAINTAINER_MODE_TRUE = 
+MAINT = #
+MAINTAINER_MODE_FALSE = 
+MAINTAINER_MODE_TRUE = #
 MAKEINFO = ${SHELL} /home/tim/tmp/xfce-4.3/xfce4-sensors-plugin/missing --run makeinfo
 MKINSTALLDIRS = ./mkinstalldirs
 MSGFMT = /usr/bin/msgfmt
@@ -157,7 +157,7 @@
 PACKAGE_VERSION = 0.10.99.2
 PATH_SEPARATOR = :
 PKG_CONFIG = /usr/bin/pkg-config
-PLATFORM_CFLAGS = 
+PLATFORM_CFLAGS = -Wall -Werror 
 POFILES =  ca.po cs.po de.po el.po en_GB.po eu.po fr.po hu.po ja.po ko.po lt.po pk.po pl.po pt_BR.po pt_PT.po ru.po sq.po vi.po zh_TW.po
 POSUB = po
 PO_IN_DATADIR_FALSE = 
@@ -232,7 +232,7 @@
 all: all-am
 
 .SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
 	@for dep in $?; do \
 	  case '$(am__configure_deps)' in \
 	    *$$dep*) \
@@ -257,9 +257,9 @@
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
-$(top_srcdir)/configure:  $(am__configure_deps)
+$(top_srcdir)/configure: # $(am__configure_deps)
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
 mostlyclean-libtool:

Modified: xfce4-sensors-plugin/trunk/panel-plugin/sensors.c
===================================================================
--- xfce4-sensors-plugin/trunk/panel-plugin/sensors.c	2007-11-05 23:59:40 UTC (rev 3540)
+++ xfce4-sensors-plugin/trunk/panel-plugin/sensors.c	2007-11-06 00:04:50 UTC (rev 3541)
@@ -61,7 +61,6 @@
                        t_sensors *sensors)
 {
     GdkColor color;
-    GtkRcStyle *rc;
 
     TRACE ("enters sensors_set_bar_color");
 




More information about the Goodies-commits mailing list