This fixes a warning from IRIX mipsPro compiler.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63576
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
const GtkFixedChild* child = static_cast<GtkFixedChild*>(list->data);
if (GTK_WIDGET_VISIBLE(child->widget))
{
const GtkFixedChild* child = static_cast<GtkFixedChild*>(list->data);
if (GTK_WIDGET_VISIBLE(child->widget))
{
- GtkAllocation child_old_alloc = child->widget->allocation;
-
GtkAllocation child_alloc;
// note that child positions do not take border into
// account, they need to be relative to widget->window,
GtkAllocation child_alloc;
// note that child positions do not take border into
// account, they need to be relative to widget->window,