diff --git a/src/lua_rds.c b/src/lua_rds.c index 055b7d8..c6a4453 100644 --- a/src/lua_rds.c +++ b/src/lua_rds.c @@ -4,6 +4,7 @@ static RDSModulator* mod = NULL; static lua_State *L = NULL; int lua_set_rds_program_defaults(lua_State *localL) { + (void)localL; set_rds_defaults(mod->enc, mod->enc->program); return 0; }