logo

oasis

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

squashfs-tools-ng: Disable spurious uninitialized variable warning

Diffstat:

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

diff --git a/pkg/squashfs-tools-ng/gen.lua b/pkg/squashfs-tools-ng/gen.lua @@ -1,5 +1,6 @@ cflags{ '-std=c99', '-Wall', '-Wpedantic', + '-Wno-maybe-uninitialized', '-D _XOPEN_SOURCE=700', '-I $srcdir', '-I $srcdir/include',