commit: fae924121b29597121e9bdbdb740fa05dfe4ecb0 parent fa8a2f3f144e39e71da0216e53a92bb6cf59689e Author: Michael Forney <mforney@mforney.org> Date: Fri, 5 Jun 2020 03:00:03 -0700 syslinux: Disable packed member address warning The use of this feature is deliberate.Diffstat:
M | pkg/syslinux/gen.lua | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)diff --git a/pkg/syslinux/gen.lua b/pkg/syslinux/gen.lua
@@ -1,4 +1,5 @@ cflags{ + '-Wall', '-Wno-address-of-packed-member', '-I $dir', '-I $outdir', '-I $srcdir/libinstaller',