From 6f23f80b721b35435c4310483aa69b09a31dec15 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 3 Nov 2008 17:10:21 +0000 Subject: [PATCH] fix (harmless) unused variable warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/artprov.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/artprov.cpp b/src/common/artprov.cpp index 750deb7acb..299c5a669f 100644 --- a/src/common/artprov.cpp +++ b/src/common/artprov.cpp @@ -348,7 +348,7 @@ wxIcon wxArtProvider::GetMessageBoxIcon(int flags) #ifndef wxHAS_NATIVE_ART_PROVIDER_IMPL /*static*/ -wxSize wxArtProvider::GetNativeSizeHint(const wxArtClient& client) +wxSize wxArtProvider::GetNativeSizeHint(const wxArtClient& WXUNUSED(client)) { // rather than returning some arbitrary value that doesn't make much // sense (as 2.8 used to do), tell the caller that we don't have a clue: -- 2.45.2