Merge branch 'master' of https://github.com/danmar/cppcheck
This commit is contained in:
commit
1b2a6903cb
|
@ -230,8 +230,6 @@ public:
|
|||
|
||||
void checkInterlockedDecrement();
|
||||
|
||||
void checkNewAfterDelete();
|
||||
|
||||
private:
|
||||
// Error messages..
|
||||
void checkComparisonFunctionIsAlwaysTrueOrFalseError(const Token* tok, const std::string &strFunctionName, const std::string &varName, const bool result);
|
||||
|
|
Loading…
Reference in New Issue