Task #1617 - libunibreak-6.1-1.fc40/scan-results.err
back to task #1617download
Error: CPPCHECK_WARNING: libunibreak-6.1-build/libunibreak-libunibreak_6_1/src/graphemebreak.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libunibreak-6.1-build/libunibreak-libunibreak_6_1/src/linebreak.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: libunibreak-6.1-build/libunibreak-libunibreak_6_1/src/linebreak.c:994:5: warning[core.uninitialized.UndefReturn]: Undefined or garbage value returned to caller # 992| s[1] = char2; # 993| set_linebreaks_utf32(s, 2, lang, brks); # 994|-> return brks[0]; # 995| } Error: CLANG_WARNING: libunibreak-6.1-build/libunibreak-libunibreak_6_1/src/emojidef.c:32: included_from: Included from here. libunibreak-6.1-build/libunibreak-libunibreak_6_1/src/emojidef.h:36: included_from: Included from here. libunibreak-6.1-build/libunibreak-libunibreak_6_1/src/unibreakdef.h:84:9: warning[core.uninitialized.Assign]: Assigned value is garbage or undefined # 82| const unsigned char *mid_ptr = # 83| (const unsigned char *)ptr + mid * size; # 84|-> utf32_t mid_start = *(const utf32_t *)mid_ptr; # 85| utf32_t mid_end = *((const utf32_t *)mid_ptr + 1); # 86|