logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 1741ddb74437d00bf3f0182469112bd08ccdcf36
parent ac78d5370ab99bc4fff3bd876a2a9a1480cbc557
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 29 Apr 2025 01:15:27 -0700

bubblewrap: Use -std=c23 for empty initializers

Diffstat:

Mpkg/bubblewrap/gen.lua2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/bubblewrap/gen.lua b/pkg/bubblewrap/gen.lua @@ -1,5 +1,5 @@ cflags{ - '-std=c99', + '-std=c23', '-Wall', '-Wpedantic', '-Wvla', '-D _GNU_SOURCE', '-I $dir',