logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 99508b4b3d987581455fcb32d89d9bff80f142df
parent ebd25a569cffd260f62c7a3d955d11749b693cba
Author: Michael Forney <mforney@mforney.org>
Date:   Fri,  5 Jun 2020 02:55:25 -0700

libffi: Disable deprecated declaration warnings

Diffstat:

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

diff --git a/pkg/libffi/gen.lua b/pkg/libffi/gen.lua @@ -1,5 +1,6 @@ local arch = config.target.platform:match('[^-]*') cflags{ + '-Wall', '-Wno-deprecated-declarations', '-I $dir', '-I $outdir/include', '-I $srcdir/include',