mesa/src/microsoft
Yonggang Luo c321f61c21 microsoft/compiler: Fixes dxcapi.h compiling warning with mingw64-clang
The warning is:
dxcapi.h:694:1: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
  694 | CROSS_PLATFORM_UUIDOF(IDxcVersionInfo2, "fb6904c4-42f0-4b62-9c46-983af7da7c83")
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/microsoft/compiler/dxcapi.h:114:59: note: expanded from macro 'CROSS_PLATFORM_UUIDOF'
  114 |        byte_from_hexstr(spec + 32), byte_from_hexstr(spec + 34))

Note: spec is a string literal: "fb6904c4-42f0-4b62-9c46-983af7da7c83"

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36707>
2025-08-13 11:32:27 +00:00
..
ci ci: Fix artifact name for jobs with parallel indices 2025-06-28 14:59:58 +00:00
clc microsoft/clc: Improve clc_compiler_test.cpp to use defined expect value 2025-08-11 21:11:18 +00:00
compiler microsoft/compiler: Fixes dxcapi.h compiling warning with mingw64-clang 2025-08-13 11:32:27 +00:00
spirv_to_dxil all: rename gl_shader_stage to mesa_shader_stage 2025-08-06 10:28:40 +08:00
vulkan all: rename gl_shader_stage to mesa_shader_stage 2025-08-06 10:28:40 +08:00
meson.build d3d12: Do not build microsoft/compiler when graphics, gl or vk disabled 2025-05-08 14:17:22 +00:00