From 06992010dbd87c7a4453534d5825ea24f2fc6d55 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Wed, 22 Apr 2026 19:47:59 +0200 Subject: [PATCH] unused parameter, yep --- src/lua_api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lua_api.c b/src/lua_api.c index fe4ed83..14c74c0 100644 --- a/src/lua_api.c +++ b/src/lua_api.c @@ -272,6 +272,7 @@ STR_RAW_GETTER(grp_sqc, 32) AF_SETTER(af_group0, af, RDSAFs, add_rds_af) int lua_toggle_rt_ab(lua_State *localL) { + (void)localL; TOGGLE(enc->state[writing_program].rt_ab); return 0; }