some WXUNUSED() added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -133,8 +133,8 @@ public:
|
|||||||
|
|
||||||
// get data from the buffer of specified length (in the given format),
|
// get data from the buffer of specified length (in the given format),
|
||||||
// return TRUE if the data was read successfully, FALSE otherwise
|
// return TRUE if the data was read successfully, FALSE otherwise
|
||||||
virtual bool SetData(const wxDataFormat& format,
|
virtual bool SetData(const wxDataFormat& WXUNUSED(format),
|
||||||
size_t len, const void *buf)
|
size_t WXUNUSED(len), const void * WXUNUSED(buf))
|
||||||
{
|
{
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user