git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15351
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
-void *dlopen(const char *path, int mode /* mode is ignored */)
+void *dlopen(const char *path, int WXUNUSED(mode) /* mode is ignored */)
{
int dyld_result;
NSObjectFileImage ofile;
{
int dyld_result;
NSObjectFileImage ofile;
-void *dlsym(void *handle, const char *symbol)
+void *dlsym(void *WXUNUSED(handle), const char *symbol)
#endif // wxUSE_STREAMS
wxImage::wxImage( const wxImage& image )
#endif // wxUSE_STREAMS
wxImage::wxImage( const wxImage& image )
}
wxTransformMatrix::wxTransformMatrix(const wxTransformMatrix& mat)
}
wxTransformMatrix::wxTransformMatrix(const wxTransformMatrix& mat)
-wxSize wxSizer::GetMinClientSize( wxWindow *window )
+wxSize wxSizer::GetMinClientSize( wxWindow *WXUNUSED(window) )
{
return GetMinSize(); // Already returns client size.
}
{
return GetMinSize(); // Already returns client size.
}