summaryrefslogtreecommitdiff
path: root/pkg/squashfs-tools-ng/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2021-06-27 00:16:47 -0700
committerMichael Forney <mforney@mforney.org>2021-06-27 01:51:57 -0700
commit720cea9e987428e8f13fec6b86fc26f76c2c18d0 (patch)
treef734dca72fc1bb426fa80cb19f638ea6c024ef97 /pkg/squashfs-tools-ng/gen.lua
parent6529d7d216a4a24499bb0c1f0184fe608e724edb (diff)
squashfs-tools-ng: Update to 1.1.2
Diffstat (limited to 'pkg/squashfs-tools-ng/gen.lua')
-rw-r--r--pkg/squashfs-tools-ng/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/squashfs-tools-ng/gen.lua b/pkg/squashfs-tools-ng/gen.lua
index 27d8c8ee..e47acdf5 100644
--- a/pkg/squashfs-tools-ng/gen.lua
+++ b/pkg/squashfs-tools-ng/gen.lua
@@ -1,6 +1,6 @@
cflags{
'-std=c99', '-Wall', '-Wpedantic',
- '-Wno-maybe-uninitialized',
+ '-Wno-discarded-qualifiers',
'-D _GNU_SOURCE',
'-I $srcdir',
'-I $srcdir/include',