X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0521644101bb0047ba8099c71842c37249be662..ac9d38d811747d38bcd1747fb95878b03cdf24f0:/src/gtk/bitmap.cpp?ds=inline 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 }