0
0
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:
Witold Filipczyk 2024-11-17 15:05:24 +01:00
parent 338d12d20b
commit 17d6f1c755

View File

@ -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