remove -Wno-return-type from WFLAGS

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5495 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-11 11:07:22 +00:00
parent 6c5aa8b8e2
commit 3cd8ad3c04

View File

@@ -11,7 +11,7 @@ if test -z "$WFLAGS" -a "$GCC" = "yes"; then
# -Wcast-align doesn't work well on alpha osf/1
# -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast
# -Wmissing-declarations -Wnested-externs
WFLAGS="ifelse($#, 0,-Wall -Wno-return-type, $1)"
WFLAGS="ifelse($#, 0,-Wall, $1)"
WFLAGS_NOUNUSED="-Wno-unused"
WFLAGS_NORETURNTYPE="-Wno-return-type"
fi