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:
Tom Tromey 2023-12-04 08:23:34 -07:00
parent 33ae45434d
commit 74bbf9359a

View File

@ -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,