Fix travis; fix [lib/checkunusedfunctions.h:110]: (style) Class 'FunctionDecl' has a constructor with 1 argument that is not explicit.

This commit is contained in:
Frank Zingsheim 2016-11-01 11:18:03 +01:00
parent e77d76525e
commit 34e8ed6e31
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ private:
class CPPCHECKLIB FunctionDecl {
public:
FunctionDecl(const Function *f);
explicit FunctionDecl(const Function *f);
std::string functionName;
unsigned int lineNumber;
};