pvr: do not use c_msvc_compat_args

This code isn't MSVC compatible, as it uses VLAs (for instance).

Until there's a reason to support MSVC, let's not even try. Otherwise,
we make it harder than needed to add flags to make the MSVC compat flags
more complete.

Reviewed-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16670>
This commit is contained in:
Erik Faye-Lund 2022-05-23 14:01:36 +02:00 committed by Marge Bot
parent 1d3727bcc6
commit f7efa2858f
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ libpowervr_rogue = shared_library(
inc_gallium,
inc_gallium_aux,
],
c_args : [c_msvc_compat_args, no_override_init_args],
c_args : [no_override_init_args],
gnu_symbol_visibility : 'hidden',
dependencies : [idep_mesautil, idep_nir, dep_csbgen],
install : true,