diff options
Diffstat (limited to 'src/jalv_console.c')
-rw-r--r-- | src/jalv_console.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jalv_console.c b/src/jalv_console.c index 1a700fc..1f97572 100644 --- a/src/jalv_console.c +++ b/src/jalv_console.c @@ -96,6 +96,8 @@ jalv_frontend_port_event(Jalv* jalv, suil_instance_port_event( jalv->ui_instance, port_index, buffer_size, protocol, buffer); } +#else + (void)buffer_size; #endif if (!protocol && jalv->opts.print_controls) { |