diff options
Diffstat (limited to 'src/option.h')
-rw-r--r-- | src/option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.h b/src/option.h index 633d35e0..a791e250 100644 --- a/src/option.h +++ b/src/option.h @@ -133,7 +133,7 @@ public: value = value_t(); } - virtual void handler_thunk(call_scope_t& args) {} + virtual void handler_thunk(call_scope_t&) {} virtual void handler(call_scope_t& args) { if (wants_arg) |