mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
* cplus-dem.c (ada_demangle): Add back ATTRIBUTE_UNUSED for
parameter `option'. Do s/cplus_dem.c/cplus-dem.c/g on ChangeLog.
This commit is contained in:
@@ -953,7 +953,7 @@ grow_vect (old_vect, size, min_size, element_size)
|
||||
static char *
|
||||
ada_demangle (mangled, option)
|
||||
const char* mangled;
|
||||
int option;
|
||||
int option ATTRIBUTE_UNUSED;
|
||||
{
|
||||
int i, j;
|
||||
int len0;
|
||||
|
||||
Reference in New Issue
Block a user