commit a8d6e46
Michael Forney
·
2026-03-03 23:52:01 +0000 UTC
parent 0c8995b
bc, bubblewrap: Avoid use of -std=c23 -std=c23 is not supported by some older compilers. I originally switched because bc used legacy K&R-style declarations, but that has been fixed as of 1.08.2.
2 files changed,
+2,
-2
+1,
-1
1@@ -1,5 +1,5 @@
2 cflags{
3- '-std=c23', '-Wall', '-Wpedantic',
4+ '-std=c99', '-Wall', '-Wpedantic',
5 '-D _POSIX_C_SOURCE=200809L',
6 '-I $dir',
7 '-I $srcdir/h',
+1,
-1
1@@ -1,5 +1,5 @@
2 cflags{
3- '-std=c23',
4+ '-std=c11',
5 '-Wall', '-Wpedantic', '-Wvla',
6 '-D _GNU_SOURCE',
7 '-I $dir',