diff options
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r-- | gdb/dbxread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c index b92193b..99d9fba 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -2806,7 +2806,7 @@ process_one_symbol (int type, int desc, CORE_ADDR valu, const char *name, case N_NBSTS: case N_NBLCS: unknown_symtype_complaint (hex_string (type)); - /* FALLTHROUGH */ + [[fallthrough]]; define_a_symbol: /* These symbol types don't need the address field relocated, |