From 3cd8ad3c0455b1452c92d1d7e9dc44cb7fabe0d3 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 11 Mar 1999 11:07:22 +0000 Subject: [PATCH] remove -Wno-return-type from WFLAGS git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5495 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/wflags.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/wflags.m4 b/cf/wflags.m4 index f2f91a460..875036c06 100644 --- a/cf/wflags.m4 +++ b/cf/wflags.m4 @@ -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