reactos/dll/directx/wine/d3dcompiler_43
Joachim Henze b5ed92682e [0.4.9][D3DCOMPILER_43] Fix 11 MSVC2010SP1 x86 dbg warnings C4133 CORE-18104
can be observed with MSVC 2010SP1 (16.0.40219.1) x86 target in dbg configuation:
C:\047rls\reactos\dll\directx\wine\d3dcompiler_43\reflection.c(1107) : warning C4133: 'function' : incompatible types - from 'D3D_PRIMITIVE *' to 'DWORD *'
C:\047rls\reactos\dll\directx\wine\d3dcompiler_43\reflection.c(1110) : warning C4133: 'function' : incompatible types - from 'D3D_PRIMITIVE_TOPOLOGY *' to 'DWORD *'
C:\047rls\reactos\dll\directx\wine\d3dcompiler_43\reflection.c(1126) : warning C4133: 'function' : incompatible types - from 'D3D_TESSELLATOR_OUTPUT_PRIMITIVE *' to 'DWORD *'
C:\047rls\reactos\dll\directx\wine\d3dcompiler_43\reflection.c(1129) : warning C4133: 'function' : incompatible types - from 'D3D_TESSELLATOR_PARTITIONING *' to 'DWORD *'
C:\047rls\reactos\dll\directx\wine\d3dcompiler_43\reflection.c(1132) : warning C4133: 'function' : incompatible types - from 'D3D_TESSELLATOR_DOMAIN *' to 'DWORD *'
C:\047rls\reactos\dll\directx\wine\d3dcompiler_43\reflection.c(1438) : warning C4133: 'function' : incompatible types - from 'D3D_SHADER_INPUT_TYPE *' to 'DWORD *'
C:\047rls\reactos\dll\directx\wine\d3dcompiler_43\reflection.c(1441) : warning C4133: 'function' : incompatible types - from 'D3D_RESOURCE_RETURN_TYPE *' to 'DWORD *'
C:\047rls\reactos\dll\directx\wine\d3dcompiler_43\reflection.c(1444) : warning C4133: 'function' : incompatible types - from 'D3D_SRV_DIMENSION *' to 'DWORD *'
C:\047rls\reactos\dll\directx\wine\d3dcompiler_43\reflection.c(1507) : warning C4133: 'function' : incompatible types - from 'D3D_CBUFFER_TYPE *' to 'DWORD *'
C:\047rls\reactos\dll\directx\wine\d3dcompiler_43\reflection.c(1603) : warning C4133: 'function' : incompatible types - from 'D3D_NAME *' to 'DWORD *'
C:\047rls\reactos\dll\directx\wine\d3dcompiler_43\reflection.c(1604) : warning C4133: 'function' : incompatible types - from 'D3D_REGISTER_COMPONENT_TYPE *' to 'DWORD *'

picked from 0.4.14-dev-8-g 36d9e80add

( for the record: 0.4.13 got this years ago already via 0.4.13-RC-4-g d27a20233d )
2022-03-29 01:54:04 +02:00
..
asmparser.c [0.4.9] [WINE DIRECTX] Sledge-hammer-revert to avoid CORE-14534 2018-05-21 17:14:08 +02:00
asmshader.l Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
asmshader.tab.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
asmshader.tab.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
asmshader.y Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
asmshader.yy.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
blob.c [0.4.9] [WINE DIRECTX] Sledge-hammer-revert to avoid CORE-14534 2018-05-21 17:14:08 +02:00
bytecodewriter.c [0.4.9] [WINE DIRECTX] Sledge-hammer-revert to avoid CORE-14534 2018-05-21 17:14:08 +02:00
CMakeLists.txt [0.4.9] [WINE DIRECTX] Sledge-hammer-revert to avoid CORE-14534 2018-05-21 17:14:08 +02:00
compiler.c [0.4.9] [WINE DIRECTX] Sledge-hammer-revert to avoid CORE-14534 2018-05-21 17:14:08 +02:00
d3dcompiler_43.spec Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
d3dcompiler_private.h [0.4.9] [WINE DIRECTX] Sledge-hammer-revert to avoid CORE-14534 2018-05-21 17:14:08 +02:00
hlsl.l Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
hlsl.tab.c [0.4.9] [WINE DIRECTX] Sledge-hammer-revert to avoid CORE-14534 2018-05-21 17:14:08 +02:00
hlsl.tab.h [0.4.9] [WINE DIRECTX] Sledge-hammer-revert to avoid CORE-14534 2018-05-21 17:14:08 +02:00
hlsl.y [0.4.9] [WINE DIRECTX] Sledge-hammer-revert to avoid CORE-14534 2018-05-21 17:14:08 +02:00
hlsl.yy.c [0.4.9] [WINE DIRECTX] Sledge-hammer-revert to avoid CORE-14534 2018-05-21 17:14:08 +02:00
main.c [0.4.9] [WINE DIRECTX] Sledge-hammer-revert to avoid CORE-14534 2018-05-21 17:14:08 +02:00
reflection.c [0.4.9][D3DCOMPILER_43] Fix 11 MSVC2010SP1 x86 dbg warnings C4133 CORE-18104 2022-03-29 01:54:04 +02:00
utils.c [0.4.9] [WINE DIRECTX] Sledge-hammer-revert to avoid CORE-14534 2018-05-21 17:14:08 +02:00
version.rc Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00