Fix "unused variable" warning
This commit is contained in:
parent
58d86039d5
commit
80b2768e73
|
@ -46,6 +46,7 @@ static mrb_int getButtonArg(mrb_state *mrb, mrb_value self)
|
||||||
else
|
else
|
||||||
num = 0;
|
num = 0;
|
||||||
#else
|
#else
|
||||||
|
(void) self;
|
||||||
mrb_get_args(mrb, "i", &num);
|
mrb_get_args(mrb, "i", &num);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue