diff --git a/src/shared/cplusplus/Parser.cpp b/src/shared/cplusplus/Parser.cpp index be78a782bec..74d17b1ef63 100644 --- a/src/shared/cplusplus/Parser.cpp +++ b/src/shared/cplusplus/Parser.cpp @@ -2719,7 +2719,7 @@ bool Parser::parseAttributeSpecifier(SpecifierListAST *&node) return true; } -bool Parser::parseAttributeList(AttributeListAST *&node) // ### create the AST +bool Parser::parseAttributeList(AttributeListAST *&) // ### create the AST { DEBUG_THIS_RULE();