logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 7116bc5a10cc057e033405e729820ed6ea06fbb3
parent a2c390b417e3e178ef7dfab2e2e685cb99900595
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 16 Mar 2024 23:44:49 -0700

awk: Build with warning flags

Use C11 for noreturn to prevent warning.

Diffstat:

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

diff --git a/pkg/awk/gen.lua b/pkg/awk/gen.lua @@ -1,5 +1,5 @@ cflags{ - '-std=c99', + '-std=c11', '-Wall', '-Wpedantic', '-D _XOPEN_SOURCE=700', '-I $outdir', '-I $srcdir',