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