mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
fix syntax error
This commit is contained in:
parent
1fab40bb69
commit
bf8d642607
@ -940,7 +940,7 @@ AC_DEFUN([CARES_SET_COMPILER_WARNING_OPTS], [
|
|||||||
#
|
#
|
||||||
if test "$want_warnings" = "yes"; then
|
if test "$want_warnings" = "yes"; then
|
||||||
dnl Issue all warnings
|
dnl Issue all warnings
|
||||||
dnl tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra -Wpadded"
|
tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra -Wpadded"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
#
|
#
|
||||||
|
@ -946,7 +946,7 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [
|
|||||||
#
|
#
|
||||||
if test "$want_warnings" = "yes"; then
|
if test "$want_warnings" = "yes"; then
|
||||||
dnl Issue all warnings
|
dnl Issue all warnings
|
||||||
dnl tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra -Wpadded"
|
tmp_CFLAGS="$tmp_CFLAGS -Wall -Wextra -Wpadded"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user