| Summary: | [Win][Clang] gtest-filepath.cc(68,12): warning: unused variable 'kAlternatePathSeparatorString' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <Hironori.Fujii> |
| Component: | New Bugs | Assignee: | Fujii Hironori <Hironori.Fujii> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 171618 | ||
clang-cl doesn't reprot this warning for the upstream google-test. It's using gtest-all.cc. Let's use it in WebKit too. Pull request: https://github.com/WebKit/WebKit/pull/15723 Committed 266025@main (805f2b51a351): <https://commits.webkit.org/266025@main> Reviewed commits have been landed. Closing PR #15723 and removing active labels. |
clang-cl reports a warning: [1168/6517] Building CXX object Source\ThirdParty\gtest\CMakeFiles\gtest.dir\src\gtest-filepath.cc.obj C:\home\webkit\gc\Source\ThirdParty\gtest\src\gtest-filepath.cc(68,12): warning: unused variable 'kAlternatePathSeparatorString' [-Wunused-const-variable] const char kAlternatePathSeparatorString[] = "/"; ^ 1 warning generated.