gcc signed/unsigned comparison fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-10-30 23:16:37 +00:00
parent 6c0aace267
commit fae47b81e8

View File

@@ -200,7 +200,7 @@ bool wxWindowsPrintNativeData::TransferTo( wxPrintData &data )
}
if (devMode->dmFields & DM_MEDIATYPE)
{
wxASSERT(devMode->dmMediaType != wxPRINTMEDIA_DEFAULT);
wxASSERT( (int)devMode->dmMediaType != wxPRINTMEDIA_DEFAULT );
data.SetMedia(devMode->dmMediaType);
}
//// Printer name