mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 14:50:11 +01:00
panfrost/meson: drop invalid C-only -Wno-override-init from C++ args
cc1plus: warning: command-line option '-Wno-override-init' is valid for C/ObjC but not for C++ Missed this one in https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35892 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36020>
This commit is contained in:
parent
d93840dc22
commit
563bfa2c17
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ if with_tests
|
|||
'valhall/test/test-merge-flow.cpp',
|
||||
'valhall/test/test-packing.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_valhall],
|
||||
dependencies: [idep_gtest, idep_nir, idep_bi_opcodes_h, idep_bi_builder_h, idep_valhall_enums_h],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue