[Glibc-bsd-commits] r5021 - trunk/ufsutils/debian

Guillem Jover guillem at alioth.debian.org
Wed Oct 9 05:53:12 UTC 2013


Author: guillem
Date: 2013-10-09 05:53:12 +0000 (Wed, 09 Oct 2013)
New Revision: 5021

Modified:
   trunk/ufsutils/debian/changelog
   trunk/ufsutils/debian/rules
Log:
Add -Werror=implicit-function-declaration to build flags

Modified: trunk/ufsutils/debian/changelog
===================================================================
--- trunk/ufsutils/debian/changelog	2013-10-09 05:53:07 UTC (rev 5020)
+++ trunk/ufsutils/debian/changelog	2013-10-09 05:53:12 UTC (rev 5021)
@@ -13,6 +13,7 @@
   * Switch to the libbsd-overlay.
     - Remove sys/endian.h local header now provided by libbsd.
   * Add install and install-indep targets for consistency.
+  * Add -Werror=implicit-function-declaration to build flags.
 
  -- Robert Millan <rmh at debian.org>  Thu, 08 Dec 2011 13:40:32 +0100
 

Modified: trunk/ufsutils/debian/rules
===================================================================
--- trunk/ufsutils/debian/rules	2013-10-09 05:53:07 UTC (rev 5020)
+++ trunk/ufsutils/debian/rules	2013-10-09 05:53:12 UTC (rev 5021)
@@ -10,7 +10,7 @@
 
 DEB_HOST_ARCH_OS = $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
-CFLAGS := -Wall \
+CFLAGS := -Wall -Werror=implicit-function-declaration \
           $(shell dpkg-buildflags --get CFLAGS) \
           $(shell pkg-config --cflags libbsd-overlay)
 CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)




More information about the Glibc-bsd-commits mailing list