From: Kevin Day Date: Tue, 29 Jul 2025 03:28:04 +0000 (-0500) Subject: Cleanup: Add warning about non-thread signal not being used. X-Git-Tag: 0.7.3~45 X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=b739d1c6485eadc78ed183322c9deedba4ff2be5;p=controller Cleanup: Add warning about non-thread signal not being used. --- 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. *