diff options
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/input_lv2.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/input_lv2.cc b/lv2/input_lv2.cc index e70d293..f65cf83 100644 --- a/lv2/input_lv2.cc +++ b/lv2/input_lv2.cc @@ -86,7 +86,7 @@ event_t *InputLV2::run(size_t pos, size_t len, size_t *nevents) if ((data[0] & 0xF0) == 0x80) { // note off int key = data[1]; - + (void)key; DEBUG(lv2input, "Event (off) key:%d\n", key); } |