aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ares/m4/cares-compilers.m42
-rw-r--r--m4/curl-compilers.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/ares/m4/cares-compilers.m4 b/ares/m4/cares-compilers.m4
index 5d7f0e5eb..a54f33688 100644
--- a/ares/m4/cares-compilers.m4
+++ b/ares/m4/cares-compilers.m4
@@ -940,7 +940,7 @@ AC_DEFUN([CARES_SET_COMPILER_WARNING_OPTS], [
#
if test "$want_warnings" = "yes"; then
dnl Issue all warnings
- dnl tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra -Wpadded"
+ tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra -Wpadded"
fi
;;
#
diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4
index 03d35cdf4..52f30b122 100644
--- a/m4/curl-compilers.m4
+++ b/m4/curl-compilers.m4
@@ -946,7 +946,7 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [
#
if test "$want_warnings" = "yes"; then
dnl Issue all warnings
- dnl tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra -Wpadded"
+ tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra -Wpadded"
fi
;;
#