mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 18:50:10 +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++ Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35892>
This commit is contained in:
parent
924027865b
commit
0c641c8170
2 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ if with_tests
|
|||
'cs_builder_tests',
|
||||
['test/cs_builder.cpp'],
|
||||
# Nothing arch-specific is tested currently, only compile v10.
|
||||
cpp_args : [cpp_msvc_compat_args, no_override_init_args, '-DPAN_ARCH=10'],
|
||||
cpp_args : [cpp_msvc_compat_args, '-DPAN_ARCH=10'],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
include_directories: [inc_include, inc_src, inc_panfrost],
|
||||
dependencies: [idep_gtest, idep_pan_packers, idep_mesautil],
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ if with_tests
|
|||
files(
|
||||
'test/test-tiling.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, idep_mesautil],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue