Suppress deprecated-declarations warnings
... | ... | @@ -425,8 +425,10 @@ bool wxSlider::Create(wxWindow *parent, |
425 | 425 | else
|
426 | 426 | (style & wxSL_TOP ? margin.top : margin.bottom) = extraSide;
|
427 | 427 | }
|
428 | + wxGCC_WARNING_SUPPRESS(deprecated-declarations)
|
|
428 | 429 | gtk_widget_set_margin_left(m_scale, margin.left);
|
429 | 430 | gtk_widget_set_margin_right(m_scale, margin.right);
|
431 | + wxGCC_WARNING_RESTORE()
|
|
430 | 432 | gtk_widget_set_margin_top(m_scale, margin.top);
|
431 | 433 | gtk_widget_set_margin_bottom(m_scale, margin.bottom);
|
432 | 434 | }
|
—
View it on GitLab.
You're receiving this email because of your account on gitlab.com. Manage all notifications · Help