]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build: add C23 support (#35085)
authorLuca Boccassi <bluca@debian.org>
Mon, 17 Mar 2025 11:29:33 +0000 (11:29 +0000)
committerGitHub <noreply@github.com>
Mon, 17 Mar 2025 11:29:33 +0000 (11:29 +0000)
To support C23, this introduces UTF8() macro to define UTF-8 literals,
as C23 changed char8_t from char to unsigned char.
This also makes pointer signedness warning critical, and updates C
standards table for tests.


Trivial merge