Currently, clang complains here about an non-annotated fall-through.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
looks good. plus, it seems to be a no-op, as the following case block immediately breaks.
|  Differential  D36977  
Add 'break' into GDBRemoteClientBase::SendContinuePacketAndWaitForResponse to fix a warning Authored by kubamracek on Aug 21 2017, 12:55 PM. 
Details 
 Currently, clang complains here about an non-annotated fall-through. 
Diff Detail Event TimelineComment Actions looks good. plus, it seems to be a no-op, as the following case block immediately breaks. |