clover: Fixes use of designated initializers requires in c++ that doesn't support...
authorYonggang Luo <luoyonggang@gmail.com>
Mon, 19 Sep 2022 18:44:30 +0000 (02:44 +0800)
committerMarge Bot <emma+marge@anholt.net>
Tue, 20 Sep 2022 07:19:21 +0000 (07:19 +0000)
commit196d29a5062e9b6ef98abc7926e8af92eebfbe49
tree45b934265033ef4a91315ef407af93f9e7c92a17
parent15cdf5bb488f774ee7b888c1251f4e569f929743
clover: Fixes use of designated initializers requires in c++ that doesn't support by MSVC

../src/gallium/frontends/clover/nir/invocation.cpp(400): error C7555: use of designated initializers requires at least '/std:c++20'

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18683>
src/gallium/frontends/clover/nir/invocation.cpp