diff --git a/tools/reduce.cpp b/tools/reduce.cpp index fb5e19470..e2b0dc687 100644 --- a/tools/reduce.cpp +++ b/tools/reduce.cpp @@ -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)