[Pkg-sysvinit-commits] r1417 - in sysvinit-upstream/trunk: doc src

Petter Reinholdtsen pere at alioth.debian.org
Fri Jul 10 19:43:01 UTC 2009


Author: pere
Date: 2009-07-10 19:43:00 +0000 (Fri, 10 Jul 2009)
New Revision: 1417

Modified:
   sysvinit-upstream/trunk/doc/Changelog
   sysvinit-upstream/trunk/src/Makefile
Log:
Increase the compiler warning level when building.

Modified: sysvinit-upstream/trunk/doc/Changelog
===================================================================
--- sysvinit-upstream/trunk/doc/Changelog	2009-07-10 19:41:54 UTC (rev 1416)
+++ sysvinit-upstream/trunk/doc/Changelog	2009-07-10 19:43:00 UTC (rev 1417)
@@ -18,6 +18,7 @@
     and SuSe.
   * Adjust build rules to make sure the installed binaries
     are stripped.
+  * Increase the compiler warning level when building.
 
  -- Petter Reinholdtsen <pere at debian.org>  Fri, 30 Jul 2004 14:14:58 +0200
 

Modified: sysvinit-upstream/trunk/src/Makefile
===================================================================
--- sysvinit-upstream/trunk/src/Makefile	2009-07-10 19:41:54 UTC (rev 1416)
+++ sysvinit-upstream/trunk/src/Makefile	2009-07-10 19:43:00 UTC (rev 1417)
@@ -9,7 +9,7 @@
 #
 
 CC	= gcc
-CFLAGS	= -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE
+CFLAGS	= -ansi -W -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE
 LDFLAGS	= -s
 STATIC	=
 




More information about the Pkg-sysvinit-commits mailing list