From 97db61ba0c5a27da248d947669e222075169c636 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 19 Aug 2010 00:41:31 +0000 Subject: [PATCH] fix warnings svn path=/trunk/boinc/; revision=22272 --- clientgui/BOINCVListBox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clientgui/BOINCVListBox.h b/clientgui/BOINCVListBox.h index 0e4b190b4e..356c6ef771 100644 --- a/clientgui/BOINCVListBox.h +++ b/clientgui/BOINCVListBox.h @@ -130,7 +130,7 @@ public: #else - bool IsSelected(size_t item) const { return false; } + bool IsSelected(size_t ) const { return false; } #endif // ALLOW_NOTICES_SELECTION @@ -195,7 +195,7 @@ public: #else - void SetSelection(int selection) { }; + void SetSelection(int ) { };