mirror of https://github.com/BOINC/boinc.git
parent
10573af830
commit
97db61ba0c
|
@ -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 ) { };
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue