-Wextra for compiler plugins

Change-Id: I246dcf1d2c099c510435d21f0dd47e3c098456f2
This commit is contained in:
Luboš Luňák
2013-03-21 16:17:07 +01:00
parent 2716dc0d42
commit 9ab15ecc4f
4 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ class PostfixIncrementFix
void fixPostfixOperators( const Stmt* stmt, StmtParents& parents );
bool canChangePostfixToPrefix( const CXXOperatorCallExpr* op, StmtParents& parents, int parent_pos );
bool canChangeInConditionStatement( const CXXOperatorCallExpr* op, const Expr* condition,
const StmtParents& parents, int parent_pos );
const StmtParents& parents, unsigned int parent_pos );
bool shouldDoChange( const Expr* op );
};