mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-30 15:56:36 +08:00
Constify maintenance_cplus_namespace
gdb/ChangeLog 2017-09-27 Tom Tromey <tom@tromey.com> * cp-namespace.c (maintenance_cplus_namespace): Constify.
This commit is contained in:
@ -1078,7 +1078,7 @@ cp_lookup_transparent_type_loop (const char *name,
|
||||
obsolete. */
|
||||
|
||||
static void
|
||||
maintenance_cplus_namespace (char *args, int from_tty)
|
||||
maintenance_cplus_namespace (const char *args, int from_tty)
|
||||
{
|
||||
printf_unfiltered (_("The `maint namespace' command was removed.\n"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user