[webkit-changes] [WebKit/WebKit] 805f2b: [gtest][CMake] Compile the unified source gtest-al...

Fujii Hironori noreply at github.com
Wed Jul 12 22:35:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 805f2b51a3510329657d290c42c01d175158b26e
      https://github.com/WebKit/WebKit/commit/805f2b51a3510329657d290c42c01d175158b26e
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-07-12 (Wed, 12 Jul 2023)

  Changed paths:
    M Source/ThirdParty/gtest/CMakeLists.txt

  Log Message:
  -----------
  [gtest][CMake] Compile the unified source gtest-all.cc
https://bugs.webkit.org/show_bug.cgi?id=259090

Reviewed by Yusuke Suzuki.

clang-cl reported the following warning for Windows port:
> ThirdParty\gtest\src\gtest-filepath.cc(68,12): warning: unused variable 'kAlternatePathSeparatorString' [-Wunused-const-variable]

clang-cl doesn't report this warning for the upstream google-test
because it's using gtest-all.cc. Let's use it in WebKit.

* Source/ThirdParty/gtest/CMakeLists.txt:

Canonical link: https://commits.webkit.org/266025@main




More information about the webkit-changes mailing list