diff options
Diffstat (limited to 'gdb/ada-valprint.c')
-rw-r--r-- | gdb/ada-valprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ada-valprint.c b/gdb/ada-valprint.c index 86cab35..309bb51 100644 --- a/gdb/ada-valprint.c +++ b/gdb/ada-valprint.c @@ -89,7 +89,7 @@ print_optional_low_bound (struct ui_file *stream, struct type *type, break; case TYPE_CODE_UNDEF: index_type = NULL; - /* FALL THROUGH */ + [[fallthrough]]; default: if (low_bound == 1) return 0; |