[webkit-changes] [WebKit/WebKit] 0c72c1: [Win] Ninja clang-cl and MSBuild clang-cl should u...
Fujii Hironori
noreply at github.com
Wed Sep 27 00:49:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0c72c18c1345de2fd7f98b39e2e6d85808a13592
https://github.com/WebKit/WebKit/commit/0c72c18c1345de2fd7f98b39e2e6d85808a13592
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2023-09-27 (Wed, 27 Sep 2023)
Changed paths:
M Source/cmake/OptionsMSVC.cmake
M Source/cmake/WebKitCompilerFlags.cmake
Log Message:
-----------
[Win] Ninja clang-cl and MSBuild clang-cl should use the same compiler warning flags
https://bugs.webkit.org/show_bug.cgi?id=262166
Reviewed by Ross Kirsling.
CMake Visual Studio generator ignores MSVC-style compiler warning
flags for clang-cl, for example /wd4100, while CMake Ninja generator
doesn't. They should be aligned.
Don't use MSVC-style compiler warning flags for clang-cl. Instead, use
GCC-style for it.
* Source/cmake/OptionsMSVC.cmake:
* Source/cmake/WebKitCompilerFlags.cmake:
Canonical link: https://commits.webkit.org/268497@main
More information about the webkit-changes
mailing list