mirror of
https://github.com/curl/curl.git
synced 2026-07-10 09:57:14 +03:00
tidy-up: docs, comments, typos, whitespace
- GHA/windows: mention `IgnoreStandardErrorWarningFormat=true` in comment. - cmake: fix MIT/GNU GSS order in messages. - drop some exclamation marks from messages. - drop redundant ending newlines from messages. - fold/unfold where possible. - fix indent, whitespace, typos and other nits. Closes #22185
This commit is contained in:
parent
15bd6c5d4c
commit
397b8f0ec6
47 changed files with 157 additions and 150 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
|
@ -1031,6 +1031,8 @@ jobs:
|
|||
# Officially this requires the vcvarsall.bat MS-DOS batch file (as of
|
||||
# VS2022). Since it integrates badly with CI steps and shell scripts,
|
||||
# reproduce the necessary build configuration manually, without envs.
|
||||
# The option is likely called: IgnoreStandardErrorWarningFormat=true,
|
||||
# but there seems to be no option to pass it via CMake or CLI.
|
||||
MSVC_EDITION='2022/Enterprise/vc/tools/msvc'
|
||||
[[ "${MATRIX_IMAGE}" = *'windows-2025'* ]] && MSVC_EDITION='18/Enterprise/vc/tools/msvc'
|
||||
[[ "$(uname -s)" = *'ARM64'* ]] && MSVC_HOST='arm64' || MSVC_HOST='x64' # x86
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue