panfrost/meson: drop invalid C++ arg
cc1plus: warning: command-line option ‘-Wno-override-init’ is valid for C/ObjC but not for C++ Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36840>
This commit is contained in:
committed by
Marge Bot
parent
2a0a5a3e3f
commit
69b0245f13
@@ -119,7 +119,7 @@ if with_tests
|
||||
'tests/test-earlyzs.cpp',
|
||||
'tests/test-layout.cpp',
|
||||
),
|
||||
cpp_args : [cpp_msvc_compat_args, no_override_init_args],
|
||||
cpp_args : cpp_msvc_compat_args,
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
include_directories : [inc_include, inc_src, inc_panfrost],
|
||||
dependencies: [idep_gtest, libpanfrost_dep],
|
||||
|
||||
Reference in New Issue
Block a user