mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 17:18:56 +00:00
Even my time is limited :).
This commit is contained in:
parent
03a865aa5c
commit
7347a2ad7c
@ -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>
|
2004-09-30 Paul Jakma <paul@dishone.st>
|
||||||
|
|
||||||
* Update default CFLAGS for gcc to keep Hasso busy.
|
* Update default CFLAGS for gcc to keep Hasso busy.
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
|
## Copyright (c) 1996, 97, 98, 99, 2000 Kunihiro Ishiguro <kunihiro@zebra.org>
|
||||||
## Portions Copyright (c) 2003 Paul Jakma <paul@dishone.st>
|
## 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_PREREQ(2.53)
|
||||||
|
|
||||||
AC_INIT(Quagga, 0.96.5, [http://bugzilla.quagga.net])
|
AC_INIT(Quagga, 0.96.5, [http://bugzilla.quagga.net])
|
||||||
@ -64,9 +64,8 @@ dnl ---------------------------------------------
|
|||||||
dnl
|
dnl
|
||||||
if test "x$cflags_specified" = "x" ; then
|
if test "x$cflags_specified" = "x" ; then
|
||||||
if test "x${GCC}" = "xyes"; then
|
if test "x${GCC}" = "xyes"; then
|
||||||
CFLAGS="-Os -g -Wall -Wpacked -Wpadded -Wsign-compare"
|
CFLAGS="-Os -g -Wall -Wpacked -Wsign-compare -Wpointer-arith"
|
||||||
CFLAGS="${CFLAGS} -Wpointer-arith -Wbad-function-cast"
|
CFLAGS="${CFLAGS} -Wbad-function-cast -Wwrite-strings"
|
||||||
CFLAGS="${CFLAGS} -Wwrite-strings"
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user