logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 4017242e7b66046fe7604ba36ae385dc305a940f
parent 3b7e049e500e176340b30dd6ea1ced0813a044f7
Author: Michael Forney <mforney@mforney.org>
Date:   Fri,  5 Jun 2020 02:40:11 -0700

make: Disable spurious local address return warning

Diffstat:

Mpkg/make/gen.lua1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/make/gen.lua b/pkg/make/gen.lua @@ -1,4 +1,5 @@ cflags{ + '-std=c99', '-Wno-return-local-addr', '-D HAVE_CONFIG_H', '-I $dir', '-I $srcdir/src',