From d61f2603722e8f83d8cb63fbef90fe0914e2338c Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 10 Oct 2008 02:32:46 +0000 Subject: HP C adjustments: Due to the HP-UX socklen_t issue it is insane to use the +w1 warning level. It generates more than 1100 warnings on socklen_t related statements. Until the issue is somehow fixed we will just use the +w2 warning level. --- ares/m4/cares-compilers.m4 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ares/m4/cares-compilers.m4') diff --git a/ares/m4/cares-compilers.m4 b/ares/m4/cares-compilers.m4 index ac4fc07e9..c1ad12bc4 100644 --- a/ares/m4/cares-compilers.m4 +++ b/ares/m4/cares-compilers.m4 @@ -700,7 +700,11 @@ AC_DEFUN([CARES_SET_COMPILER_WARNING_OPTS], [ # if test "$want_warnings" = "yes"; then dnl Issue all warnings - tmp_CFLAGS="$tmp_CFLAGS +w1" + dnl tmp_CFLAGS="$tmp_CFLAGS +w1" + dnl Due to the HP-UX socklen_t issue it is insane to use the +w1 + dnl warning level. Until the issue is somehow fixed we will just + dnl use the +w2 warning level. + tmp_CFLAGS="$tmp_CFLAGS +w2" fi ;; # -- cgit v1.2.3