fix warnings

svn path=/trunk/boinc/; revision=22272
This commit is contained in:
David Anderson 2010-08-19 00:41:31 +00:00
parent 10573af830
commit 97db61ba0c
1 changed files with 2 additions and 2 deletions

View File

@ -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 ) { };