meson: Ignore -Wstring-plus-int in C

It's not really a problem for us, it would be only in c++.
This commit is contained in:
Marco Trevisan (Treviño) 2022-10-29 14:23:40 +02:00
parent 126b822137
commit 69f7aa5747

View File

@ -467,6 +467,7 @@ if cc.get_id() == 'gcc' or cc.get_id() == 'clang'
'-Werror=implicit-function-declaration',
'-Werror=missing-prototypes',
'-Werror=pointer-sign',
'-Wno-string-plus-int',
]
warning_cxx_args = warning_common_args
warning_objc_args = warning_c_args