Alien-cares
view release on metacpan or search on metacpan
libcares/configure view on Meta::CPAN
#
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"
tmp_CFLAGS="$tmp_CFLAGS -Wconversion -Wno-sign-conversion -Wvla"
fi
#
if test "$compiler_num" -ge "405"; then
if test "$curl_cv_have_def__WIN32" = "yes"; then
tmp_CFLAGS="$tmp_CFLAGS -Wno-pedantic-ms-format"
fi
fi
#
fi
#
if test "$compiler_num" -ge "300"; then
tmp_CFLAGS="$tmp_CFLAGS -Wno-system-headers"
else
if test "x$cross_compiling" = "xyes"; then
if test "$compiler_num" -ge "104"; then
tmp_CFLAGS="$tmp_CFLAGS -Wno-unused -Wno-shadow"
fi
if test "$compiler_num" -ge "207"; then
tmp_CFLAGS="$tmp_CFLAGS -Wno-missing-declarations"
tmp_CFLAGS="$tmp_CFLAGS -Wno-missing-prototypes"
fi
fi
fi
;;
#
HP_UX_C)
#
if test "$want_warnings" = "yes"; then
tmp_CFLAGS="$tmp_CFLAGS +w1"
fi
;;
#
IBM_C)
#
tmp_CFLAGS="$tmp_CFLAGS"
;;
#
INTEL_UNIX_C)
#
if test "$want_warnings" = "yes"; then
if test "$compiler_num" -gt "600"; then
tmp_CPPFLAGS="$tmp_CPPFLAGS -Wall -w2"
tmp_CPPFLAGS="$tmp_CPPFLAGS -Wcheck"
tmp_CPPFLAGS="$tmp_CPPFLAGS -Wcomment"
tmp_CPPFLAGS="$tmp_CPPFLAGS -Wdeprecated"
tmp_CPPFLAGS="$tmp_CPPFLAGS -Wmissing-prototypes"
tmp_CPPFLAGS="$tmp_CPPFLAGS -Wp64"
tmp_CPPFLAGS="$tmp_CPPFLAGS -Wpointer-arith"
tmp_CPPFLAGS="$tmp_CPPFLAGS -Wreturn-type"
tmp_CPPFLAGS="$tmp_CPPFLAGS -Wshadow"
tmp_CPPFLAGS="$tmp_CPPFLAGS -Wuninitialized"
tmp_CPPFLAGS="$tmp_CPPFLAGS -Wunused-function"
fi
fi
tmp_CFLAGS="$tmp_CFLAGS -fno-omit-frame-pointer"
tmp_CFLAGS="$tmp_CFLAGS -fno-strict-aliasing"
tmp_CFLAGS="$tmp_CFLAGS -fp-model precise"
if test "$compiler_num" -ge "1000"; then
tmp_CFLAGS="$tmp_CFLAGS -vec-report0"
fi
;;
#
INTEL_WINDOWS_C)
#
tmp_CFLAGS="$tmp_CFLAGS"
;;
#
LCC)
#
if test "$want_warnings" = "yes"; then
tmp_CFLAGS="$tmp_CFLAGS"
fi
;;
#
SGI_MIPS_C)
#
if test "$want_warnings" = "yes"; then
tmp_CFLAGS="$tmp_CFLAGS -fullwarn"
fi
;;
#
SGI_MIPSPRO_C)
#
if test "$want_warnings" = "yes"; then
tmp_CFLAGS="$tmp_CFLAGS -fullwarn"
tmp_CFLAGS="$tmp_CFLAGS -woff 1209"
fi
;;
#
SUNPRO_C)
#
if test "$want_warnings" = "yes"; then
tmp_CFLAGS="$tmp_CFLAGS -v"
fi
;;
#
TINY_C)
#
if test "$want_warnings" = "yes"; then
tmp_CFLAGS="$tmp_CFLAGS -Wall"
tmp_CFLAGS="$tmp_CFLAGS -Wwrite-strings"
tmp_CFLAGS="$tmp_CFLAGS -Wunsupported"
fi
;;
#
WATCOM_UNIX_C)
#
if test "$want_warnings" = "yes"; then
tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra"
fi
;;
#
WATCOM_WINDOWS_C)
#
tmp_CFLAGS="$tmp_CFLAGS"
( run in 0.830 second using v1.01-cache-2.11-cpan-df04353d9ac )