mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 11:17:35 +02:00
Fix sanitize
This commit is contained in:
@ -41,7 +41,7 @@
|
|||||||
using testing::internal::scoped_ptr;
|
using testing::internal::scoped_ptr;
|
||||||
|
|
||||||
// Marks the argument as sanitized (defined in Coverity model file).
|
// 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 {
|
namespace {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user