Fixed #650 ('possible style' pre-incrementing error shown without --all)
This commit is contained in:
parent
80bf406a97
commit
48846c008d
|
@ -67,8 +67,11 @@ public:
|
|||
checkOther.checkConstantFunctionParameter();
|
||||
checkOther.checkStructMemberUsage();
|
||||
checkOther.checkIncompleteStatement();
|
||||
if (settings->_showAll)
|
||||
{
|
||||
checkOther.postIncrement();
|
||||
}
|
||||
}
|
||||
|
||||
checkOther.strPlusChar();
|
||||
checkOther.invalidFunctionUsage();
|
||||
|
|
Loading…
Reference in New Issue