diff --git a/third_party/googletest/README.libvpx b/third_party/googletest/README.libvpx index 6fdeb873187f81c87e85c1a9cedc5d6053db2f0c..7201a67d3dad4a572994ce462372d978b2fff31d 100644 --- a/third_party/googletest/README.libvpx +++ b/third_party/googletest/README.libvpx @@ -12,4 +12,4 @@ failures, various options for running the tests, and XML test report generation. Local Modifications: -None. \ No newline at end of file +Removed unused declarations of kPathSeparatorString to have warning free build. \ No newline at end of file diff --git a/third_party/googletest/src/src/gtest-all.cc b/third_party/googletest/src/src/gtest-all.cc index a9a03b2e3b4531e96ef330bfdc4cf4eda0442a98..8d906279abbed0ac3661272004c19bb6aac6f8ed 100644 --- a/third_party/googletest/src/src/gtest-all.cc +++ b/third_party/googletest/src/src/gtest-all.cc @@ -7904,7 +7904,6 @@ namespace internal { // of them. const char kPathSeparator = '\\'; const char kAlternatePathSeparator = '/'; -const char kPathSeparatorString[] = "\\"; const char kAlternatePathSeparatorString[] = "/"; # if GTEST_OS_WINDOWS_MOBILE // Windows CE doesn't have a current directory. You should not use @@ -7918,7 +7917,6 @@ const char kCurrentDirectoryString[] = ".\\"; # endif // GTEST_OS_WINDOWS_MOBILE #else const char kPathSeparator = '/'; -const char kPathSeparatorString[] = "/"; const char kCurrentDirectoryString[] = "./"; #endif // GTEST_OS_WINDOWS