From: Maksym Mamontov Date: Fri, 27 Mar 2026 20:31:34 +0000 (+0200) Subject: Merge remote-tracking branch 'github/master' X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/c57f51df2406db09088196b6adf78e373c97591f?hp=4fe07d7c76c7c9006780389a5babb524560b3ff0 Merge remote-tracking branch 'github/master' --- diff --git a/libs/scriptexecuter/scriptexecuter.c b/libs/scriptexecuter/scriptexecuter.c index bdf60230..bc726948 100644 --- a/libs/scriptexecuter/scriptexecuter.c +++ b/libs/scriptexecuter/scriptexecuter.c @@ -22,7 +22,7 @@ struct SCRIPT_DATA char script[MAX_SCRIPT_LEN]; } sd; //----------------------------------------------------------------------------- -static void CatchUSR1Executer() +static void CatchUSR1Executer(int /*unused*/) { nonstop = 0; }