coverity 1021924: Missing break in switch#1780
coverity 1021924: Missing break in switch#1780gtenev merged 1 commit intoapache:masterfrom gtenev:coverity_1021924
Conversation
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.
|
clang format failed! https://ci.trafficserver.apache.org/job/clang-format-github/377/ |
|
RAT check successful! https://ci.trafficserver.apache.org/job/RAT-github/389/ |
|
FreeBSD11 build successful! https://ci.trafficserver.apache.org/job/freebsd-github/2072/ |
|
Intel CC build successful! https://ci.trafficserver.apache.org/job/icc-github/502/ |
|
AU check successful! https://ci.trafficserver.apache.org/job/autest-github/373/ |
|
Linux build successful! https://ci.trafficserver.apache.org/job/linux-github/1965/ |
|
clang-analyzer build successful! https://ci.trafficserver.apache.org/job/clang-analyzer-github/635/ |
|
[approve ci] |
|
clang format successful! https://ci.trafficserver.apache.org/job/clang-format-github/378/ |
|
RAT check successful! https://ci.trafficserver.apache.org/job/RAT-github/390/ |
|
FreeBSD11 build successful! https://ci.trafficserver.apache.org/job/freebsd-github/2073/ |
|
Intel CC build successful! https://ci.trafficserver.apache.org/job/icc-github/503/ |
|
Linux build successful! https://ci.trafficserver.apache.org/job/linux-github/1966/ |
|
AU check failed! https://ci.trafficserver.apache.org/job/autest-github/375/ |
|
clang-analyzer build successful! https://ci.trafficserver.apache.org/job/clang-analyzer-github/636/ |
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.