From fc0dfd5d38242046010164c9d1d6f7bb9ef9e94d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 16 Dec 2021 14:47:10 +0100 Subject: [PATCH] Wreturn-type, fixes unconfigured processors --- libs/ardour/triggerbox.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index 65a80c9a33..6189a7dcfa 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -1887,7 +1887,7 @@ TriggerBox::configure_io (ChanCount in, ChanCount out) all_triggers[n]->io_change (); } } - + return ret; } void