diff options
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r-- | gdb/ada-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index ff7222c..1a59156 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -5508,7 +5508,7 @@ compare_names_with_case (const char *string1, const char *string2, else return 1; } - /* FALLTHROUGH */ + [[fallthrough]]; default: if (*string2 == '(') return strcmp_iw_ordered (string1, string2); |