mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
[meson] -Wno-array-bounds
This commit is contained in:
parent
338d12d20b
commit
17d6f1c755
@ -47,6 +47,10 @@ if compiler.has_argument('-Wno-builtin-declaration-mismatch')
|
||||
extra_args += ['-Wno-builtin-declaration-mismatch']
|
||||
endif
|
||||
|
||||
if compiler.has_argument('-Wno-array-bounds')
|
||||
extra_args += ['-Wno-array-bounds']
|
||||
endif
|
||||
|
||||
extra_cpp_args = extra_args
|
||||
extra_cpp_args += extracppflags
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user