Merge "Fix/suppress tools google-explicit-constructor warnings" am: 18f469b088
am: 0d2565a424
Change-Id: Ibc500e408208821f3d59ecaba13552cd48a44f00
This commit is contained in:
@@ -25,7 +25,7 @@ using namespace std;
|
||||
|
||||
struct Command
|
||||
{
|
||||
Command(const string& prog);
|
||||
explicit Command(const string& prog);
|
||||
~Command();
|
||||
|
||||
void AddArg(const string& arg);
|
||||
|
||||
@@ -11,7 +11,7 @@ using namespace std;
|
||||
struct Error
|
||||
{
|
||||
Error();
|
||||
explicit Error(const Error& that);
|
||||
Error(const Error& that);
|
||||
Error(const string& filename, int lineno, const char* message);
|
||||
|
||||
string filename;
|
||||
|
||||
Reference in New Issue
Block a user