fix a few more warnings

This commit is contained in:
marschap
2006-04-14 08:04:09 +00:00
parent df38a63770
commit d39c092fb4
7 changed files with 179 additions and 118 deletions
+2 -5
View File
@@ -75,11 +75,8 @@ AC_PROG_RANLIB
dnl Avoid unused static function warnings
CFLAGS="-Wall $CFLAGS"
if test "x$GCC" = "xyes"; then
# this may produce a harmless warning with older GCC's:
# unrecognized option '-Wno-unused-function'
CFLAGS="$CFLAGS -Wno-unused-function"
fi
AX_CFLAGS_GCC_OPTION(-Wno-unused-function)
AX_CFLAGS_GCC_OPTION(-ftrampolines)
export CFLAGS
dnl Solaris