]> git.proxmox.com Git - mirror_frr.git/commitdiff
Even my time is limited :).
authorhasso <hasso>
Tue, 5 Oct 2004 14:15:17 +0000 (14:15 +0000)
committerhasso <hasso>
Tue, 5 Oct 2004 14:15:17 +0000 (14:15 +0000)
ChangeLog
configure.ac

index 6598cb01f94510ffede7ba0cc59715184dae736a..ed686825dbda284fb1b45d52d558168097f69fb7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-05 Hasso Tepper <hasso at quagga.net>
+
+       * configure.ac: Removed -Wpadded. I don't have sooo much time that I
+         could care about padding ;).
+
 2004-09-30 Paul Jakma <paul@dishone.st>
 
        * Update default CFLAGS for gcc to keep Hasso busy.
index 4daea96cd0b1ec5a2230ee767688927213a94742..61940f239114c3a9c7d3a7fd2ed3e666abda0cf9 100755 (executable)
@@ -5,7 +5,7 @@
 ##  Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
 ##  Portions Copyright (c) 2003 Paul Jakma <paul@dishone.st>
 ##
-## $Id: configure.ac,v 1.66 2004/09/30 06:08:58 paul Exp $
+## $Id: configure.ac,v 1.67 2004/10/05 14:15:17 hasso Exp $
 AC_PREREQ(2.53)
 
 AC_INIT(Quagga, 0.96.5, [http://bugzilla.quagga.net])
@@ -64,9 +64,8 @@ dnl ---------------------------------------------
 dnl
 if test "x$cflags_specified" = "x" ; then
   if test "x${GCC}" = "xyes"; then
-       CFLAGS="-Os -g -Wall -Wpacked -Wpadded -Wsign-compare"
-       CFLAGS="${CFLAGS} -Wpointer-arith -Wbad-function-cast"
-        CFLAGS="${CFLAGS}  -Wwrite-strings"
+       CFLAGS="-Os -g -Wall -Wpacked -Wsign-compare -Wpointer-arith"
+       CFLAGS="${CFLAGS} -Wbad-function-cast -Wwrite-strings"
   fi
 fi