Task #494 - added.err

back to task #494
download
Error: CLANG_WARNING:
gtk3-3.24.42-build/gtk+-3.24.42/gtk/gtkboxgadget.c:432:34: warning[core.uninitialized.Assign]: Assigned value is garbage or undefined
#  430|             guint idx = priv->allocate_reverse ? priv->children->len - 1 - i : i;
#  431|             GtkBoxGadgetChild *child = &g_array_index (priv->children, GtkBoxGadgetChild, idx);
#  432|->           child_allocation.width = sizes[idx].minimum_size;
#  433|             child_allocation.height = allocation->height;
#  434|             child_allocation.y = allocation->y;

Error: CLANG_WARNING:
gtk3-3.24.42-build/gtk+-3.24.42/gtk/gtkboxgadget.c:466:35: warning[core.uninitialized.Assign]: Assigned value is garbage or undefined
#  464|             guint idx = priv->allocate_reverse ? priv->children->len - 1 - i : i;
#  465|             GtkBoxGadgetChild *child = &g_array_index (priv->children, GtkBoxGadgetChild, idx);
#  466|->           child_allocation.height = sizes[idx].minimum_size;
#  467|             child_allocation.width = allocation->width;
#  468|             child_allocation.x = allocation->x;