commit da82efd

Michael Forney  ·  2024-03-17 06:44:49 +0000 UTC
parent b108fe3
awk: Build with warning flags

Use C11 for noreturn to prevent warning.
1 files changed,  +1, -1
+1, -1
1@@ -1,5 +1,5 @@
2 cflags{
3-	'-std=c99',
4+	'-std=c11', '-Wall', '-Wpedantic',
5 	'-D _XOPEN_SOURCE=700',
6 	'-I $outdir',
7 	'-I $srcdir',