Commit 98860a7
coverity 1021924: Missing break in switch
Problem:
CID 1021924 (#1 of 1): Missing break in switch (MISSING_BREAK)
unterminated_case: The case for value TS_EVENT_VCONN_WRITE_READY is not terminated by a 'break' statement.
Solution:
It was intended not to have a break (not a bug), so refactored the code to make coverity happy.1 parent f6df9a7 commit 98860a7
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
235 | 240 | | |
236 | 241 | | |
| 242 | + | |
| 243 | + | |
237 | 244 | | |
238 | 245 | | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | 246 | | |
244 | 247 | | |
245 | 248 | | |
| |||
0 commit comments