diff options
| author | Michael Forney <mforney@mforney.org> | 2022-09-08 12:27:54 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-09-08 12:27:54 -0700 |
| commit | 1fa0f436fb58f6804f63668262c34b8f7046fb6d (patch) | |
| tree | 93f5106d7af3c065c4b89434f0a69a82c5eef319 /pkg/file/gen.lua | |
| parent | f4c1fda4063fc1fe18b435401550ac23dbfcc5a5 (diff) | |
file: Update to 5.42
Diffstat (limited to 'pkg/file/gen.lua')
| -rw-r--r-- | pkg/file/gen.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/file/gen.lua b/pkg/file/gen.lua index b945a3f5..8d2d3cd1 100644 --- a/pkg/file/gen.lua +++ b/pkg/file/gen.lua @@ -1,6 +1,7 @@ -local version = '5.41' +local version = '5.42' cflags{ '-Wall', + '-Wno-maybe-uninitialized', -- false positive in src/readelf.c '-D HAVE_CONFIG_H', ([[-D 'MAGIC="%s/share/file/magic"']]):format(config.prefix), '-D _GNU_SOURCE', |
