reduce: fix cppcheck style remark about CppcheckExecutor not being explicit.
[tools/reduce.cpp:47]: (style) Class 'CppcheckExecutor' has a constructor with 1 argument that is not explicit.
This commit is contained in:
parent
1f5265c1bd
commit
f714f38089
|
@ -44,7 +44,7 @@ private:
|
|||
std::time_t stopTime;
|
||||
|
||||
public:
|
||||
CppcheckExecutor(const ReduceSettings & settings)
|
||||
explicit CppcheckExecutor(const ReduceSettings & settings)
|
||||
: ErrorLogger()
|
||||
, cppcheck(*this,false)
|
||||
, foundLine(false)
|
||||
|
|
Loading…
Reference in New Issue