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:
Guillermo Rodriguez Garcia
2002-08-26 21:12:25 +00:00
parent 678d3dd242
commit 9b601c243f
6 changed files with 11 additions and 11 deletions

View File

@@ -966,7 +966,7 @@ bool wxBitmap::Create(void *data, long type, int width, int height, int depth)
if ( !handler )
{
wxLogDebug(wxT("Failed to create bitmap: no bitmap handler for type %d defined."), type);
wxLogDebug(wxT("Failed to create bitmap: no bitmap handler for type %ld defined."), type);
return FALSE;
}