Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0c72c18c1345de2fd7f98b39e2e6d85808a13592
      
https://github.com/WebKit/WebKit/commit/0c72c18c1345de2fd7f98b39e2e6d85808a13592
  Author: Fujii Hironori <hironori.fu...@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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to