From 345ef6eb565e325c90c73af4ec73ae27ec205cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 17 Mar 2024 12:19:52 +0100 Subject: [PATCH] meson: gcc docs say that name "c2x" is deprecated --- src/systemd/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]]