Moved CheckOther::checkPipeParameterSize from simplified to normal checking
This commit is contained in:
parent
cb973cbb7b
commit
06c2019676
|
@ -85,6 +85,7 @@ public:
|
|||
checkOther.checkConstArgument();
|
||||
checkOther.checkComparePointers();
|
||||
checkOther.checkIncompleteStatement();
|
||||
checkOther.checkPipeParameterSize();
|
||||
}
|
||||
|
||||
/** @brief Run checks against the simplified token list */
|
||||
|
@ -98,7 +99,6 @@ public:
|
|||
checkOther.checkCastIntToCharAndBack();
|
||||
|
||||
checkOther.checkMisusedScopedObject();
|
||||
checkOther.checkPipeParameterSize();
|
||||
|
||||
checkOther.checkInvalidFree();
|
||||
checkOther.checkRedundantCopy();
|
||||
|
|
Loading…
Reference in New Issue