Remove -Wredundant-decls from WFLAGS.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2307 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-14 16:15:14 +00:00
parent fad86630ce
commit 7804729b82

View File

@@ -20,7 +20,7 @@ AC_PROG_AWK
AC_KRB_PROG_LN_S
if test "$GCC" = "yes"; then
WFLAGS="-Wall -Wno-unused -Wconversion -Wmissing-prototypes -Wredundant-decls"
WFLAGS="-Wall -Wno-unused -Wconversion -Wmissing-prototypes"
fi
AC_SUBST(WFLAGS)
CFLAGS="-g"