Fix unused parameter warning (gcc 4.0)
This commit is contained in:
parent
0f1337059c
commit
8bb1334174
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public:
|
|||
|
||||
//event handler, overriden from observer
|
||||
//there is nothing to handle in this class actually but that might change in the future
|
||||
virtual void handle_generic_event(const std::string& name) {}
|
||||
virtual void handle_generic_event(const std::string& /*name*/) {}
|
||||
|
||||
//event handlers, overriden from command_executor
|
||||
virtual void objectives();
|
||||
|
|
Loading…
Add table
Reference in a new issue