From fec796b8c5e6c933585d75f6405adf1b222c491e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 19 Jul 2015 13:54:33 +0200 Subject: Fix compiling with -Wall/error but no hugin. --- lv2/input_lv2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2/input_lv2.cc') 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); } -- cgit v1.2.3