logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: f0b016581c124ebb1cc7e437e7eef5071dbaae8e
parent 795d18cacaf97524746b8ad0a275926a1bc761e7
Author: Michael Forney <mforney@mforney.org>
Date:   Thu,  4 Jun 2020 21:29:15 -0700

freetype: Disable spurious maybe-uninitialized warning

Diffstat:

Mpkg/freetype/gen.lua2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/freetype/gen.lua b/pkg/freetype/gen.lua @@ -1,5 +1,5 @@ cflags{ - '-Wall', + '-Wall', '-Wno-maybe-uninitialized', '-D FT2_BUILD_LIBRARY', '-D FT_CONFIG_OPTION_SYSTEM_ZLIB', '-D HAVE_FCNTL_H',