* lib/glthread/thread.c (gl_thread_create):
When threading is disabled, this function is _Noreturn.
+2026-04-25 Paul Eggert <eggert@cs.ucla.edu>
+
+ thread: pacify gcc -Wsuggest-attribute=noreturn
+ * lib/glthread/thread.c (gl_thread_create):
+ When threading is disabled, this function is _Noreturn.
+
2026-04-25 Bruno Haible <bruno@clisp.org>
regex: Remove misplaced comment.
/* ========================================================================= */
+#if !(USE_ISOC_THREADS || USE_POSIX_THREADS || USE_ISOC_AND_POSIX_THREADS \
+ || USE_WINDOWS_THREADS)
+_Noreturn
+#endif
gl_thread_t
gl_thread_create (void *(*func) (void *arg), void *arg)
{