X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0521644101bb0047ba8099c71842c37249be662..8e181eae04877c1369a3ad01160f889ddc48971b:/src/gtk/bitmap.cpp diff --git a/src/gtk/bitmap.cpp b/src/gtk/bitmap.cpp index e5f2b669d1..663c9ec721 100644 --- a/src/gtk/bitmap.cpp +++ b/src/gtk/bitmap.cpp @@ -701,6 +701,9 @@ bool wxBitmap::SaveFile( const wxString &name, wxBitmapType type, const wxPalett wxImage image = ConvertToImage(); return image.Ok() && image.SaveFile(name, type); #else // !wxUSE_IMAGE + wxUnusedVar(name); + wxUnusedVar(type); + return false; #endif // wxUSE_IMAGE }