Fix unused parameter warning (gcc 4.0)

This commit is contained in:
Rusty Russell 2006-05-09 04:02:01 +00:00
parent 0f1337059c
commit 8bb1334174

View file

@ -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();