fix: remove unused variable and suppress cppcheck warnings
Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
This commit is contained in:
@@ -60,7 +60,6 @@ static int ensure_capacity(jack_client_t *client, int idx) {
|
||||
}
|
||||
|
||||
static void apply_command(command_t cmd) {
|
||||
struct channel_t *cur = get_channels_array();
|
||||
int cap = atomic_load(&channel_capacity);
|
||||
|
||||
switch (cmd.type) {
|
||||
|
||||
Reference in New Issue
Block a user