This is an archive of the discontinued LLVM Phabricator instance.

Add 'break' into GDBRemoteClientBase::SendContinuePacketAndWaitForResponse to fix a warning
ClosedPublic

Authored by kubamracek on Aug 21 2017, 12:55 PM.

Details

Summary

Currently, clang complains here about an non-annotated fall-through.

Diff Detail

Event Timeline

kubamracek created this revision.Aug 21 2017, 12:55 PM
labath accepted this revision.Aug 30 2017, 2:47 AM
labath added a subscriber: labath.

looks good. plus, it seems to be a no-op, as the following case block immediately breaks.

This revision is now accepted and ready to land.Aug 30 2017, 2:47 AM
labath closed this revision.May 8 2018, 8:49 AM

Looks like somebody already committed a patch like this.