Task #118871 - added.err
back to task #118871download
Error: GCC_ANALYZER_WARNING:
glib-2.89.0/gobject/tests/performance/performance.c:554:23: warning[-Wanalyzer-imprecise-fp-arithmetic]: use of floating-point arithmetic here might yield unexpected results
glib-2.89.0/gobject/tests/performance/performance.c:551:6: branch_true: following ‘true’ branch...
glib-2.89.0/gobject/tests/performance/performance.c:553:7: branch_true: ...to here
glib-2.89.0/gobject/tests/performance/performance.c:554:23: branch_true: following ‘true’ branch...
glib-2.89.0/gobject/tests/performance/performance.c:554:23: branch_true: ...to here
glib-2.89.0/gobject/tests/performance/performance.c:554:23: danger: operand ‘count_factor’ is of type ‘double’
# 552| {
# 553| data->n_objects = n;
# 554|-> data->objects = g_renew (GObject *, data->objects, n);
# 555| }
# 556| }
Error: GCC_ANALYZER_WARNING:
glib-2.89.0/gobject/tests/performance/performance.c:676:23: warning[-Wanalyzer-imprecise-fp-arithmetic]: use of floating-point arithmetic here might yield unexpected results
glib-2.89.0/gobject/tests/performance/performance.c:673:6: branch_true: following ‘true’ branch...
glib-2.89.0/gobject/tests/performance/performance.c:675:7: branch_true: ...to here
glib-2.89.0/gobject/tests/performance/performance.c:676:23: branch_true: following ‘true’ branch...
glib-2.89.0/gobject/tests/performance/performance.c:676:23: branch_true: ...to here
glib-2.89.0/gobject/tests/performance/performance.c:676:23: danger: operand ‘count_factor’ is of type ‘double’
# 674| {
# 675| data->n_objects = n;
# 676|-> data->objects = g_renew (GObject *, data->objects, n);
# 677| }
# 678|