Update fall-through comment in gdbserver
I noticed that gdbserver/win32-low.cc has a fall-through comment that should have been converted to use the annotation instead. This patch makes the change.
This commit is contained in:
parent
33ae45434d
commit
74bbf9359a
@ -1237,7 +1237,7 @@ win32_process_target::wait (ptid_t ptid, target_waitstatus *ourstatus,
|
||||
default:
|
||||
OUTMSG (("Ignoring unknown internal event, %d\n",
|
||||
ourstatus->kind ()));
|
||||
/* fall-through */
|
||||
[[fallthrough]];
|
||||
case TARGET_WAITKIND_SPURIOUS:
|
||||
/* do nothing, just continue */
|
||||
child_continue (continue_status,
|
||||
|
Loading…
x
Reference in New Issue
Block a user