Commit 8ac4bc41 authored by Andreas Schuh's avatar Andreas Schuh

fix: Pass std::string directly, no need for c_str() call

parent 3ae911f3
......@@ -1514,7 +1514,7 @@ static int main(int argc, char **argv) {
// The non-recommended way:
FLAGS_changed_bool2 = true;
SetUsageMessage(usage_message.c_str());
SetUsageMessage(usage_message);
SetVersionString("test_version");
ParseCommandLineFlags(&argc, &argv, true);
MakeTmpdir(&FLAGS_test_tmpdir);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment