mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 15:38:19 +02:00
As the default option for msvc 2019 does support designated initializers ``` ../src/util/tests/timespec_test.cpp(302): error C7555: use of designated initializers requires at least '/std:c++20' ../src/util/tests/timespec_test.cpp(303): error C7555: use of designated initializers requires at least '/std:c++20' ../src/util/tests/timespec_test.cpp(312): error C7555: use of designated initializers requires at least '/std:c++20' ../src/util/tests/timespec_test.cpp(313): error C7555: use of designated initializers requires at least '/std:c++20' ``` Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15497> |
||
|---|---|---|
| .. | ||
| drirc_configdir | ||
| drirc_home | ||
| format | ||
| hash_table | ||
| vma | ||
| bitset_test.cpp | ||
| blob_test.cpp | ||
| cache_test.cpp | ||
| dag_test.cpp | ||
| fast_idiv_by_const_test.cpp | ||
| fast_urem_by_const_test.cpp | ||
| half_float_test.cpp | ||
| int_min_max.cpp | ||
| mesa-sha1_test.cpp | ||
| process_test.c | ||
| rb_tree_test.cpp | ||
| register_allocate_test.cpp | ||
| roundeven_test.cpp | ||
| set_test.cpp | ||
| sparse_array_test.cpp | ||
| string_buffer_test.cpp | ||
| timespec_test.cpp | ||
| u_atomic_test.cpp | ||
| u_debug_stack_test.cpp | ||
| u_printf_test.cpp | ||
| u_qsort_test.cpp | ||
| vector_test.cpp | ||
| xmlconfig.cpp | ||