klocwork; CppCheckExecutor has dynamic memory and needs copy constructor and assignment operator
This commit is contained in:
parent
d90ee9bfb9
commit
872bd44c58
|
@ -45,6 +45,8 @@ public:
|
|||
* Constructor
|
||||
*/
|
||||
CppCheckExecutor();
|
||||
CppCheckExecutor(const CppCheckExecutor &) = delete;
|
||||
void operator=(const CppCheckExecutor&) = delete;
|
||||
|
||||
/**
|
||||
* Destructor
|
||||
|
|
Loading…
Reference in New Issue