You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Alyssa Quek (JIRA)" <ji...@apache.org> on 2016/06/24 20:56:16 UTC

[jira] [Updated] (TS-4580) CID 1200007 / 1200008 / 1200011 - Missing break in switch

     [ https://issues.apache.org/jira/browse/TS-4580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alyssa Quek updated TS-4580:
----------------------------
    Description: 
CID 1200007 (#1 of 1): Missing break in switch (MISSING_BREAK)
unterminated_case: The case for value TS_EVENT_VCONN_READ_READY is not terminated by a 'break' statement.

fallthrough: The above case falls through to this one.

> CID 1200007 / 1200008 / 1200011 - Missing break in switch
> ---------------------------------------------------------
>
>                 Key: TS-4580
>                 URL: https://issues.apache.org/jira/browse/TS-4580
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Cleanup
>            Reporter: Alyssa Quek
>            Assignee: Alyssa Quek
>
> CID 1200007 (#1 of 1): Missing break in switch (MISSING_BREAK)
> unterminated_case: The case for value TS_EVENT_VCONN_READ_READY is not terminated by a 'break' statement.
> fallthrough: The above case falls through to this one.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)