]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: enable `-Wall` for MSVC 1944
authorViktor Szakats <commit@vsz.me>
Mon, 4 Aug 2025 14:33:18 +0000 (16:33 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 4 Aug 2025 17:08:27 +0000 (19:08 +0200)
commitffafec8ffab4201c2b6a5731913fca8df4225273
tree23cd5514cdd6fe4261d8cfb162fda137fb7628ea
parent13cbabf05f1f287bb456646c2489099179807e04
cmake: enable `-Wall` for MSVC 1944

MSVC=1944 is now tested in CI. It did not trigger new `-Wall` compiler
warnings, thus safe to enable `-Wall` for.

Closes #18165
CMake/PickyWarnings.cmake