[
https://issues.apache.org/jira/browse/TS-4780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leif Hedstrom updated TS-4780:
------------------------------
Fix Version/s: 7.0.0
> CID 1361919: Control flow issues (DEADCODE) /lib/ts/InkErrno.cc:
> -------------------------------------------------------------------
>
> Key: TS-4780
> URL: https://issues.apache.org/jira/browse/TS-4780
> Project: Traffic Server
> Issue Type: Bug
> Components: Core
> Reporter: Leif Hedstrom
> Fix For: 7.0.0
>
>
> {code}
> *** CID 1361919: Control flow issues (DEADCODE)
> /lib/ts/InkErrno.cc: 105 in InkStrerror(int)()
> 99 }
> 100
> 101 if (ink_errno > SOCK_ERRNO) {
> 102 return "ESOCK (unknown)";
> 103 }
> 104
> CID 1361919: Control flow issues (DEADCODE)
> Execution cannot reach this statement: "return "(unknown)";".
> 105 return "(unknown)";
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)