Removed compilation warnings (mostly mismatches between the format string
for debug/trace printfs and the actual parameters, e.g. int vs long, etc) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -194,7 +194,7 @@ bool wxPrinterDC::StartDoc(const wxString& message)
|
||||
if (ret <= 0)
|
||||
{
|
||||
DWORD lastError = GetLastError();
|
||||
wxLogDebug(wxT("wxDC::StartDoc failed with error: %d\n"), lastError);
|
||||
wxLogDebug(wxT("wxDC::StartDoc failed with error: %ld\n"), lastError);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user