mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
configure: fix indentation
Also: - move `then`s and an `in` inline. - whitespace. Closes #14628
This commit is contained in:
parent
35034df1ca
commit
0052b4b52d
7 changed files with 1149 additions and 1104 deletions
|
|
@ -852,13 +852,13 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [
|
|||
CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [enum-conversion])
|
||||
CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [sometimes-uninitialized])
|
||||
case $host_os in
|
||||
cygwin* | mingw*)
|
||||
dnl skip missing-variable-declarations warnings for Cygwin and
|
||||
dnl MinGW because the libtool wrapper executable causes them
|
||||
;;
|
||||
*)
|
||||
CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [missing-variable-declarations])
|
||||
;;
|
||||
cygwin* | mingw*)
|
||||
dnl skip missing-variable-declarations warnings for Cygwin and
|
||||
dnl MinGW because the libtool wrapper executable causes them
|
||||
;;
|
||||
*)
|
||||
CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [missing-variable-declarations])
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue