diff --git a/test/gtest-extra-test.cc b/test/gtest-extra-test.cc index 2be57b24..e8ce8b94 100644 --- a/test/gtest-extra-test.cc +++ b/test/gtest-extra-test.cc @@ -41,7 +41,7 @@ using testing::internal::scoped_ptr; // Marks the argument as sanitized (defined in Coverity model file). -const std::string &sanitize(const std::string &) {} +const std::string &sanitize(const std::string &s) { return s; } namespace {