]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: gcc docs say that name "c2x" is deprecated
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 17 Mar 2024 11:19:52 +0000 (12:19 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 17 Mar 2024 11:23:06 +0000 (12:23 +0100)
src/systemd/meson.build

index 8ff79648ca78ea13f2cf91004f5ff254b3de35a4..b1f4d4e00b4d0cf295d3f30ff9bcd73329464afc 100644 (file)
@@ -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]]