mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
add FALLTHROUGH comment in ada-lang.c:compare_names
gdb/ChangeLog: * ada-lang.c (compare_names): Add FALLTHROUGH comment.
This commit is contained in:
@ -4762,6 +4762,7 @@ compare_names (const char *string1, const char *string2)
|
||||
else
|
||||
return -1;
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
default:
|
||||
if (*string2 == '(')
|
||||
return strcmp_iw_ordered (string1, string2);
|
||||
|
Reference in New Issue
Block a user