Warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38335 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
936bbdf902
commit
8ebb2a1d99
@ -226,7 +226,7 @@ bool wxRadioBox::Create( wxWindow *parent, wxWindowID id, const wxString& title,
|
||||
|
||||
wxString label;
|
||||
GSList *radio_button_group = (GSList *) NULL;
|
||||
for (unsigned int i = 0; i < n; i++)
|
||||
for (unsigned int i = 0; i < (unsigned int)n; i++)
|
||||
{
|
||||
if ( i != 0 )
|
||||
radio_button_group = gtk_radio_button_get_group( GTK_RADIO_BUTTON(m_radio) );
|
||||
|
Loading…
Reference in New Issue
Block a user