Task #860 - added.err

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

Error: CLANG_WARNING:
libtommath-1.3.1_rc1-build/libtommath-1.3.1-rc1/bn_s_mp_log_2expt.c:10:34: warning[core.DivideZero]: Division by zero
#    8|      int y;
#    9|      for (y = 0; (base & 1) == 0; y++, base >>= 1) {}
#   10|->    return (mp_count_bits(a) - 1) / y;
#   11|   }
#   12|   #endif

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