summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/e2fsprogs/gen.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/e2fsprogs/gen.lua b/pkg/e2fsprogs/gen.lua
index ef8c6592..e88b15c3 100644
--- a/pkg/e2fsprogs/gen.lua
+++ b/pkg/e2fsprogs/gen.lua
@@ -1,9 +1,9 @@
set('version', '1.46.4')
cflags{
'-std=c99', '-Wall',
- '-Wno-address-of-packed-member', '-Wno-format-truncation',
- '-Wno-unused-variable', '-Wno-stringop-truncation',
- '-Wno-stringop-overflow', '-Wno-unused-label',
+ '-Wno-address-of-packed-member', '-Wno-format-truncation',
+ '-Wno-unused-variable', '-Wno-stringop-truncation',
+ '-Wno-stringop-overflow', '-Wno-unused-label',
'-D HAVE_CONFIG_H',
'-I $outdir',
'-I $outdir/include',