mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:53:32 +03:00
configure: convert -I to -isystem as a last step
As all the -I uses in CFLAGS at that point are for system headers and third party libraries this helps us remove/ignore warnings on those! Closes #5060
This commit is contained in:
parent
77b62fe6e1
commit
27ea8fc2fa
2 changed files with 6 additions and 5 deletions
|
|
@ -4259,6 +4259,8 @@ if test "$want_thres" = "yes" && test "x$USE_THREADS_POSIX" != "x1"; then
|
|||
fi
|
||||
fi
|
||||
|
||||
CURL_CONVERT_INCLUDE_TO_ISYSTEM
|
||||
|
||||
dnl ************************************************************
|
||||
dnl disable verbose text strings
|
||||
dnl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue