[Glibc-bsd-commits] r5013 - trunk/freebsd-glue/debian

Robert Millan rmh at alioth.debian.org
Mon Oct 7 22:29:09 UTC 2013


Author: rmh
Date: 2013-10-07 22:29:08 +0000 (Mon, 07 Oct 2013)
New Revision: 5013

Modified:
   trunk/freebsd-glue/debian/changelog
   trunk/freebsd-glue/debian/rules
Log:
Build with full -Werror.

Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog	2013-10-07 21:20:51 UTC (rev 5012)
+++ trunk/freebsd-glue/debian/changelog	2013-10-07 22:29:08 UTC (rev 5013)
@@ -1,3 +1,9 @@
+freebsd-glue (0.1.9) UNRELEASED; urgency=low
+
+  * Build with full -Werror.
+
+ -- Robert Millan <rmh at debian.org>  Tue, 08 Oct 2013 00:28:49 +0200
+
 freebsd-glue (0.1.8) unstable; urgency=low
 
   * Change header protectionin <rpc/xdr.h> to avoid collision with

Modified: trunk/freebsd-glue/debian/rules
===================================================================
--- trunk/freebsd-glue/debian/rules	2013-10-07 21:20:51 UTC (rev 5012)
+++ trunk/freebsd-glue/debian/rules	2013-10-07 22:29:08 UTC (rev 5013)
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 
 CFLAGS = -Wall -g -pipe -fPIC -D_GNU_SOURCE \
-	-Werror=implicit-function-declaration \
+	-Werror \
 	-isystem $(CURDIR)/include \
 	$(NULL)
 DESTDIR = $(CURDIR)/debian/tmp




More information about the Glibc-bsd-commits mailing list