From f2491e2d193f83cb7ac62d068bfea550c7575739 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 21 Oct 1999 19:15:58 +0000 Subject: [PATCH] some WXUNUSED() added git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dataobj.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/dataobj.h b/include/wx/dataobj.h index aa49135e6a..4a905e44fe 100644 --- a/include/wx/dataobj.h +++ b/include/wx/dataobj.h @@ -133,8 +133,8 @@ public: // get data from the buffer of specified length (in the given format), // return TRUE if the data was read successfully, FALSE otherwise - virtual bool SetData(const wxDataFormat& format, - size_t len, const void *buf) + virtual bool SetData(const wxDataFormat& WXUNUSED(format), + size_t WXUNUSED(len), const void * WXUNUSED(buf)) { return FALSE; } -- 2.45.2