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:
Eric Engestrom
2025-08-18 18:06:55 +02:00
committed by Marge Bot
parent 2a0a5a3e3f
commit 69b0245f13
+1 -1
View File
@@ -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],