forked from Imagelibrary/binutils-gdb
Add ATTRIBUTE_UNUSED_RESULT to parser_state
This applies ATTRIBUTE_UNUSED_RESULT to parser_state::release. gdb/ChangeLog 2019-03-05 Tom Tromey <tromey@adacore.com> * parser-defs.h (struct parser_state) <release>: Add ATTRIBUTE_UNUSED_RESULT.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2019-03-05 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* parser-defs.h (struct parser_state) <release>: Add
|
||||
ATTRIBUTE_UNUSED_RESULT.
|
||||
|
||||
2019-03-05 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* utils.h (class gdb_argv) <release>: Add
|
||||
|
||||
@@ -48,7 +48,7 @@ struct parser_state
|
||||
|
||||
/* Resize the allocated expression to the correct size, and return
|
||||
it as an expression_up -- passing ownership to the caller. */
|
||||
expression_up release ();
|
||||
ATTRIBUTE_UNUSED_RESULT expression_up release ();
|
||||
|
||||
/* The size of the expression above. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user