-Wextra for compiler plugins
Change-Id: I246dcf1d2c099c510435d21f0dd47e3c098456f2
This commit is contained in:
@@ -125,7 +125,7 @@ bool PostfixIncrementFix::canChangePostfixToPrefix( const CXXOperatorCallExpr* o
|
||||
}
|
||||
|
||||
bool PostfixIncrementFix::canChangeInConditionStatement( const CXXOperatorCallExpr* op, const Expr* condition,
|
||||
const StmtParents& parents, int parent_pos )
|
||||
const StmtParents& parents, unsigned int parent_pos )
|
||||
{
|
||||
// cannot be changed in condition, can be changed in statements
|
||||
if( parent_pos == parents.size() - 1 )
|
||||
|
Reference in New Issue
Block a user