unused parameter warning fixes for --disable-all-features build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -192,7 +192,9 @@ wxSizer *wxDialogBase::CreateButtonSizer(long flags)
|
||||
{
|
||||
sizer = CreateStdDialogButtonSizer(flags);
|
||||
}
|
||||
#endif // wxUSE_BUTTON
|
||||
#else // !wxUSE_BUTTON
|
||||
wxUnusedVar(flags);
|
||||
#endif // wxUSE_BUTTON/!wxUSE_BUTTON
|
||||
|
||||
#endif // __SMARTPHONE__/!__SMARTPHONE__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user