From b739d1c6485eadc78ed183322c9deedba4ff2be5 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 28 Jul 2025 22:28:04 -0500 Subject: [PATCH] Cleanup: Add warning about non-thread signal not being used. --- sources/c/program/controller/main/signal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/c/program/controller/main/signal.h b/sources/c/program/controller/main/signal.h index d310a10..c341fe9 100644 --- a/sources/c/program/controller/main/signal.h +++ b/sources/c/program/controller/main/signal.h @@ -30,6 +30,8 @@ extern "C" { * - F_signal_quit * - F_signal_termination * + * Warning: This is not yet used due to the non-thread support not being fully implemented. + * * @param main * The main program and settings data. * -- 1.8.3.1