1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-21 12:29:46 +00:00

attempting to keep lines below 80 chars

This commit is contained in:
Yang Tse
2008-11-18 20:13:55 +00:00
parent 26637be8e9
commit ca44947b99

View File

@ -16,7 +16,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
# serial 45
# serial 46
dnl CARES_CHECK_COMPILER
@ -875,6 +875,13 @@ AC_DEFUN([CARES_SET_COMPILER_WARNING_OPTS], [
tmp_CFLAGS="$tmp_CFLAGS -Wdeclaration-after-statement"
fi
#
dnl Only gcc 4.3 or later
if test "$compiler_num" -ge "403"; then
tmp_CFLAGS="$tmp_CFLAGS -Wtype-limits -Wold-style-declaration"
tmp_CFLAGS="$tmp_CFLAGS -Wmissing-parameter-type -Wempty-body"
tmp_CFLAGS="$tmp_CFLAGS -Wclobbered -Wignored-qualifiers"
fi
#
fi
#
dnl Do not issue warnings for code in system include paths.