fix some of icc 11.0 warnings and disable a few others
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -148,7 +148,6 @@ wxProgressDialog::wxProgressDialog(const wxString& title,
|
||||
m_msg = new wxStaticText(this, wxID_ANY, message);
|
||||
sizerTop->Add(m_msg, 0, wxLEFT | wxTOP, 2*LAYOUT_MARGIN);
|
||||
|
||||
wxSize sizeLabel = m_msg->GetSize();
|
||||
if ( maximum > 0 )
|
||||
{
|
||||
int gauge_style = wxGA_HORIZONTAL;
|
||||
|
Reference in New Issue
Block a user