logo

oasis

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

musl: Disable spurious local address return warning

Diffstat:

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

diff --git a/pkg/musl/gen.lua b/pkg/musl/gen.lua @@ -19,6 +19,7 @@ set('cflags_memops', '-fno-tree-loop-distribute-patterns') cflags{ '$cflags_auto', '$cflags_c99fse', + '-Wno-return-local-addr', '-fPIC', '-D _XOPEN_SOURCE=700', '-I $srcdir/arch/'..arch,