[Goodies-commits] r6131 - xfce4-sensors-plugin/trunk/lib

Fabian Nowak timystery at xfce.org
Mon Nov 17 22:56:02 CET 2008


Author: timystery
Date: 2008-11-17 21:56:02 +0000 (Mon, 17 Nov 2008)
New Revision: 6131

Modified:
   xfce4-sensors-plugin/trunk/lib/hddtemp.c
Log:
one more ifdef to avoid unused variables


Modified: xfce4-sensors-plugin/trunk/lib/hddtemp.c
===================================================================
--- xfce4-sensors-plugin/trunk/lib/hddtemp.c	2008-11-17 21:47:49 UTC (rev 6130)
+++ xfce4-sensors-plugin/trunk/lib/hddtemp.c	2008-11-17 21:56:02 UTC (rev 6131)
@@ -444,7 +444,9 @@
     gboolean result, nevershowagain;
     GError *error;
 
+#ifdef HAVE_NETCAT
     gchar *tmp, *tmp2, *tmp3;
+#endif
 
     if (suppressmessage!=NULL)
         nevershowagain = *suppressmessage;




More information about the Goodies-commits mailing list