remove -Wcast-align, since it produces too many warnings on alpha.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4524 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-03-03 19:41:04 +00:00
parent 7ee6c6e32f
commit 28118b6fc6

View File

@@ -28,7 +28,8 @@ AC_PROG_AWK
AC_KRB_PROG_LN_S
if test "$GCC" = "yes"; then
WFLAGS="-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wnested-externs"
# -Wcast-align doesn't work well on alpha osf/1
WFLAGS="-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs"
WFLAGS_NOUNUSED="-Wno-unused"
fi
AC_SUBST(WFLAGS)