diff options
Diffstat (limited to 'gdb/fbsd-nat.c')
-rw-r--r-- | gdb/fbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c index 211b83f..b56e194 100644 --- a/gdb/fbsd-nat.c +++ b/gdb/fbsd-nat.c @@ -1641,7 +1641,7 @@ fbsd_nat_target::stop_process (inferior *inf) if (status.sig () == GDB_SIGNAL_STOP) break; - /* FALLTHROUGH */ + [[fallthrough]]; default: /* Some other event has occurred. Save the current event. */ |