This commit is contained in:
Yang Tse 2008-10-14 04:59:22 +00:00
Родитель 1fab40bb69
Коммит bf8d642607
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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
;; ;;
# #