Task #860 - fixed.err

back to task #860
download
Error: CPPCHECK_WARNING:
libtommath-1.2.1-build/libtommath-1.2.1/bn_mp_div_3.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CPPCHECK_WARNING:
libtommath-1.2.1-build/libtommath-1.2.1/bn_mp_log_u32.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING:
libtommath-1.2.1-build/libtommath-1.2.1/bn_mp_log_u32.c:101:32: warning[core.DivideZero]: Division by zero
#   99|         }
#  100|         bit_count = mp_count_bits(a) - 1;
#  101|->       *c = (uint32_t)(bit_count/y);
#  102|         return MP_OKAY;
#  103|      }