From cd0ea7fe25b1bad4d5685e6d47d0ea5d79fefd6c Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 5 Jun 2020 01:31:50 -0700 Subject: e2fsprogs: Fix/disable some warnings --- pkg/e2fsprogs/gen.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkg/e2fsprogs/gen.lua') diff --git a/pkg/e2fsprogs/gen.lua b/pkg/e2fsprogs/gen.lua index 4003db7a..d48b1764 100644 --- a/pkg/e2fsprogs/gen.lua +++ b/pkg/e2fsprogs/gen.lua @@ -1,5 +1,8 @@ set('version', '1.45.6') cflags{ + '-std=c99', '-Wall', + '-Wno-address-of-packed-member', '-Wno-format-truncation', '-Wno-format-overflow', + '-Wno-pointer-sign', '-Wno-maybe-uninitialized', '-D HAVE_CONFIG_H', '-I $outdir', '-I $outdir/include', -- cgit v1.2.3