|
Ran
|
Files
514
|
Run time
26s
|
Badge
README BADGES
|
push
github
xrow: add missing break statement The old (7.5.0) GCC compiler leaves the following compilation warning (leading to the error with `-Werror`): NO_WRAP ``` src/box/xrow.c: In function ‘xrow_decode_call’: src/box/xrow.c:1616:31: error: this statement may fall through [-Werror=implicit-fallthrough=] request->tuple_formats_end = data; ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ src/box/xrow.c:1617:3: note: here default: ^~~~~~~ cc1: all warnings being treated as errors ``` NO_WRAP The missing statement is harmless since the `default` just does the same thing, but to fix the error for old compilers and make the code cleaner, the missing statement is added in this patch. NO_DOC=cleanup NO_TEST=cleanup NO_CHANGELOG=cleanup (cherry picked from commit 23d4771a0)
68858 of 122097 branches covered (56.4%)
101523 of 116184 relevant lines covered (87.38%)
1960489.53 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|