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:
parent
e77d76525e
commit
34e8ed6e31
|
@ -107,7 +107,7 @@ private:
|
|||
|
||||
class CPPCHECKLIB FunctionDecl {
|
||||
public:
|
||||
FunctionDecl(const Function *f);
|
||||
explicit FunctionDecl(const Function *f);
|
||||
std::string functionName;
|
||||
unsigned int lineNumber;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue