Hi, this patch applied in Ubuntu solves the problem.

Regards

-- 
Angel Abad
angela...@gmail.com | angela...@ubuntu.com | angela...@fsfe.org
http://www.pastelero.net
FPR: EBF6 080D 59D4 008A DF47  00D4 098D AE47 EE3B C279
diff -u ipset-2.5.0/Makefile ipset-2.5.0/Makefile
--- ipset-2.5.0/Makefile
+++ ipset-2.5.0/Makefile
@@ -57,7 +57,8 @@
 	-Wundef \
 	-Wwrite-strings \
 	-Wno-missing-field-initializers \
-	-Werror
+	-Werror \
+	-Wno-error=unused-but-set-variable
 
 ifndef NO_EXTRA_WARN_FLAGS
 WARN_FLAGS+=$(EXTRA_WARN_FLAGS)
diff -u ipset-2.5.0/debian/changelog ipset-2.5.0/debian/changelog
--- ipset-2.5.0/debian/changelog
+++ ipset-2.5.0/debian/changelog
@@ -1,3 +1,10 @@
+ipset (2.5.0-1ubuntu1) oneiric; urgency=low
+
+  * Build with -Werror -Wno-error=unused-but-set-variable.
+    (LP: #831232) (Closes: #625360)
+
+ -- Angel Abad <angela...@ubuntu.com>  Thu, 15 Sep 2011 13:58:59 +0200
+
 ipset (2.5.0-1) unstable; urgency=low
 
   * New upstream release; closes: #503683.
 

Reply via email to