From: Zbigniew Jędrzejewski-Szmek Date: Sun, 17 Mar 2024 11:19:52 +0000 (+0100) Subject: meson: gcc docs say that name "c2x" is deprecated X-Git-Tag: v256-rc1~493^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=345ef6eb565e325c90c73af4ec73ae27ec205cbe;p=thirdparty%2Fsystemd.git meson: gcc docs say that name "c2x" is deprecated --- diff --git a/src/systemd/meson.build b/src/systemd/meson.build index 8ff79648ca7..b1f4d4e00b4 100644 --- a/src/systemd/meson.build +++ b/src/systemd/meson.build @@ -63,7 +63,7 @@ opts = [['c'], ['c', '-std=iso9899:2011']] foreach opt : ['-std=iso9899:2017', - '-std=c2x', + '-std=c23', ] if cc.has_argument(opt) opts += [['c', opt]]