diff options
Diffstat (limited to 'gdb/cli')
-rw-r--r-- | gdb/cli/cli-option.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/cli/cli-option.c b/gdb/cli/cli-option.c index 846b819..4f5cb03 100644 --- a/gdb/cli/cli-option.c +++ b/gdb/cli/cli-option.c @@ -445,7 +445,7 @@ parse_option (gdb::array_view<const option_def_group> options_group, default: /* Not yet. */ - gdb_assert_not_reached (_("option type not supported")); + gdb_assert_not_reached ("option type not supported"); } return {}; @@ -824,7 +824,7 @@ add_setshow_cmds_for_options (command_class cmd_class, set_list, show_list); } else - gdb_assert_not_reached (_("option type not handled")); + gdb_assert_not_reached ("option type not handled"); } } |