commit 6251821

Michael Forney  ·  2025-04-29 08:15:27 +0000 UTC
parent d864419
bubblewrap: Use -std=c23 for empty initializers
1 files changed,  +1, -1
+1, -1
1@@ -1,5 +1,5 @@
2 cflags{
3-	'-std=c99',
4+	'-std=c23',
5 	'-Wall', '-Wpedantic', '-Wvla',
6 	'-D _GNU_SOURCE',
7 	'-I $dir',