diff options
-rw-r--r-- | src/hs_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hs_helper.c b/src/hs_helper.c index c19293bb1..e3c464786 100644 --- a/src/hs_helper.c +++ b/src/hs_helper.c @@ -26,7 +26,7 @@ #endif static gpointer init_hs_helper (struct rspamd_config *cfg); -static void start_hs_helper (struct rspamd_worker *worker); +__attribute__((noreturn)) static void start_hs_helper (struct rspamd_worker *worker); worker_t hs_helper_worker = { "hs_helper", /* Name */ |