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


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

Reply via email to