From f0b016581c124ebb1cc7e437e7eef5071dbaae8e Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 4 Jun 2020 21:29:15 -0700 Subject: freetype: Disable spurious maybe-uninitialized warning --- pkg/freetype/gen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/freetype/gen.lua b/pkg/freetype/gen.lua index db08e0d3..e41cfc71 100644 --- 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', -- cgit v1.2.3