aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-compilers.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/curl-compilers.m4')
-rw-r--r--m4/curl-compilers.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4
index 586585a4f..580be220b 100644
--- a/m4/curl-compilers.m4
+++ b/m4/curl-compilers.m4
@@ -825,10 +825,10 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [
#
if test "$want_warnings" = "yes"; then
dnl Highest warning level is double -A, next is single -A.
- dnl Due to the big number of warnings this triggers on third
- dnl party header files it is impratical for us to use this
- dnl warning level here. If you want them define it in CFLAGS.
- tmp_CFLAGS="$tmp_CFLAGS -A"
+ dnl Due to the big number of warnings these trigger on third
+ dnl party header files it is impratical for us to use any of
+ dnl them here. If you want them simply define it in CPPFLAGS.
+ tmp_CFLAGS="$tmp_CFLAGS"
fi
;;
#