Task #825 - added.err
back to task #825download
Error: CLANG_WARNING:
libqalculate-5.0.0-build/libqalculate-5.0.0/libqalculate/BuiltinFunctions-number.cc:2583:3: warning[core.CallAndMessage]: Called C++ object pointer is null
# 2581| bool recalculable = false;
# 2582| while(true) {
# 2583|-> CALCULATOR->beginTemporaryStopMessages();
# 2584| mstruct = vargs[0];
# 2585| mstruct.eval(eo);
Error: CLANG_WARNING:
libqalculate-5.0.0-build/libqalculate-5.0.0/libqalculate/BuiltinFunctions-number.cc:2592:29: warning[core.CallAndMessage]: Called C++ object pointer is null
# 2590| if(nr.isInteger()) {
# 2591| CALCULATOR->endTemporaryStopMessages(true);
# 2592|-> if(precbak != PRECISION) CALCULATOR->setPrecision(precbak);
# 2593| mstruct = nr;
# 2594| return 1;
Error: CLANG_WARNING:
libqalculate-5.0.0-build/libqalculate-5.0.0/libqalculate/BuiltinFunctions-number.cc:2598:5: warning[core.CallAndMessage]: Called C++ object pointer is null
# 2596| if(!recalculable) recalculable = !contains_unrecalculable_interval(vargs[0]);
# 2597| if(recalculable && !CALCULATOR->aborted() && PRECISION < 2000) {
# 2598|-> CALCULATOR->endTemporaryStopMessages(false);
# 2599| CALCULATOR->setPrecision(PRECISION * 5);
# 2600| } else {
Error: CLANG_WARNING:
libqalculate-5.0.0-build/libqalculate-5.0.0/libqalculate/BuiltinFunctions-number.cc:2599:5: warning[core.CallAndMessage]: Called C++ object pointer is null
# 2597| if(recalculable && !CALCULATOR->aborted() && PRECISION < 2000) {
# 2598| CALCULATOR->endTemporaryStopMessages(false);
# 2599|-> CALCULATOR->setPrecision(PRECISION * 5);
# 2600| } else {
# 2601| CALCULATOR->error(true, _("Insufficient precision."), NULL);
Error: CLANG_WARNING:
libqalculate-5.0.0-build/libqalculate-5.0.0/libqalculate/BuiltinFunctions-number.cc:2607:27: warning[core.CallAndMessage]: Called C++ object pointer is null
# 2605| }
# 2606| CALCULATOR->endTemporaryStopMessages(true);
# 2607|-> if(precbak != PRECISION) CALCULATOR->setPrecision(precbak);
# 2608| return -1;
# 2609| }