From dfb8b72bb09128aefdb85f29402e22eca9e1083d Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Tue, 2 Jul 2024 17:29:57 -0700 Subject: maint: don't use the deprecated stdnoreturn module * bootstrap.conf (gnulib_modules): Remove stdnoreturn. * src/hello.c: Don't include . Gnulib will define _Noreturn in if the compiler does not support the C11 keyword. --- bootstrap.conf | 1 - src/hello.c | 1 - 2 files changed, 2 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 2f41186..2f2470e 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -36,7 +36,6 @@ gnulib_modules=" progname propername readme-release - stdnoreturn update-copyright version-etc-fsf wchar diff --git a/src/hello.c b/src/hello.c index e51316d..35151df 100644 --- a/src/hello.c +++ b/src/hello.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include "system.h" -- cgit v1.2.3