commit: bfa0a1466cf5714d26e7721ed60098350cd0b1a5
parent 86e3e4b64914dc33d591cfd07d72df0176791c26
Author: Michael Forney <mforney@mforney.org>
Date: Fri, 5 Jun 2020 02:52:38 -0700
efivar: Disable packed member address warning
This warning is also disabled in the upstream buildsystem.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/efivar/gen.lua b/pkg/efivar/gen.lua
@@ -3,7 +3,7 @@ cc('src/guids.S', {'$outdir/guids.bin', '$outdir/names.bin'}, {
})
cflags{
- '-Wall', '-Wextra',
+ '-Wall', '-Wextra', '-Wno-address-of-packed-member',
'-D _GNU_SOURCE',
'-include $dir/compat.h',
'-I $outdir/include',