From 6dadeb495b975151e3df0b058f0f704b1bad292d Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 5 Feb 2012 22:20:57 +0000 Subject: [PATCH] Mark unused parameter as such, fixes #13402. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/animate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/gtk/animate.h b/include/wx/gtk/animate.h index 8a568a7057..c5af21f446 100644 --- a/include/wx/gtk/animate.h +++ b/include/wx/gtk/animate.h @@ -42,7 +42,7 @@ public: // unfortunately GdkPixbufAnimation does not expose these info: virtual unsigned int GetFrameCount() const { return 0; } - virtual wxImage GetFrame(unsigned int frame) const; + virtual wxImage GetFrame(unsigned int WXUNUSED(frame)) const; // we can retrieve the delay for a frame only after building // a GdkPixbufAnimationIter... -- 2.47.2