Guest User

output

a guest
Aug 6th, 2022
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 87.54 KB | None | 0 0
  1. 2454 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+2)) + 1) & 0x3),
  2. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. | |
  4. | long unsigned int
  5. ../wine-lol/dlls/d3dx9_36/shader.c:2453:44: warning: format ‘%c’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
  6. 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
  7. | ~^
  8. | |
  9. | int
  10. | %ld
  11. 2454 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+2)) + 1) & 0x3),
  12. 2455 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+4)) + 1) & 0x3),
  13. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  14. | |
  15. | long unsigned int
  16. ../wine-lol/dlls/d3dx9_36/shader.c:2453:46: warning: format ‘%c’ expects argument of type ‘int’, but argument 6 has type ‘long unsigned int’ [-Wformat=]
  17. 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
  18. | ~^
  19. | |
  20. | int
  21. | %ld
  22. ......
  23. 2456 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+6)) + 1) & 0x3));
  24. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  25. | |
  26. | long unsigned int
  27. ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘instr_def’:
  28. ../wine-lol/dlls/d3dx9_36/shader.c:2481:42: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
  29. 2481 | int len = sprintf(buffer, " def c%d, %g, %g, %g, %g\n", *(*ptr+1) & D3DSP_REGNUM_MASK,
  30. | ~^
  31. | |
  32. | int
  33. | %ld
  34. ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘instr_dcl’:
  35. ../wine-lol/dlls/d3dx9_36/shader.c:2507:35: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  36. 2507 | buf += sprintf(buf, "%d", usage_index);
  37. | ~^ ~~~~~~~~~~~
  38. | | |
  39. | int DWORD {aka long unsigned int}
  40. | %ld
  41. ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘D3DXDisassembleShader’:
  42. ../wine-lol/dlls/d3dx9_36/shader.c:2670:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
  43. 2670 | buf += sprintf(buf, " %s_%d_%d\n", ps ? "ps" : "vs", D3DSHADER_VERSION_MAJOR(*ptr), D3DSHADER_VERSION_MINOR(*ptr));
  44. | ~^
  45. | |
  46. | int
  47. | %ld
  48. ../wine-lol/dlls/d3dx9_36/shader.c:2670:37: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
  49. 2670 | buf += sprintf(buf, " %s_%d_%d\n", ps ? "ps" : "vs", D3DSHADER_VERSION_MAJOR(*ptr), D3DSHADER_VERSION_MINOR(*ptr));
  50. | ~^
  51. | |
  52. | int
  53. | %ld
  54. ../wine-lol/dlls/d3dx9_36/shader.c:2702:59: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  55. 2702 | buf += sprintf(buf, " ??? (Unknown opcode %x)\n", *ptr);
  56. | ~^ ~~~~
  57. | | |
  58. | | DWORD {aka long unsigned int}
  59. | unsigned int
  60. | %lx
  61. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_25/skin.cross.o ../wine-lol/dlls/d3dx9_36/skin.c -Idlls/d3dx9_25 -I../wine-lol/dlls/d3dx9_25 \
  62. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  63. -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  64. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  65. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  66. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  67. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  68. In file included from ../wine-lol/dlls/d3dx9_36/d3dx9_private.h:26,
  69. from ../wine-lol/dlls/d3dx9_36/skin.c:23:
  70. ../wine-lol/dlls/d3dx9_36/skin.c: In function ‘d3dx9_skin_info_UpdateSkinnedMesh’:
  71. ../wine-lol/dlls/d3dx9_36/skin.c:414:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
  72. 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
  73. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  74. ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
  75. 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
  76. | ^~~~
  77. ../wine-lol/include/wine/debug.h:493:36: note: in expansion of macro ‘__WINE_DPRINTF’
  78. 493 | #define WINE_FIXME __WINE_DPRINTF(_FIXME,__wine_dbch___default)
  79. | ^~~~~~~~~~~~~~
  80. ../wine-lol/include/wine/debug.h:532:36: note: in expansion of macro ‘WINE_FIXME’
  81. 532 | #define FIXME WINE_FIXME
  82. | ^~~~~~~~~~
  83. ../wine-lol/dlls/d3dx9_36/skin.c:414:9: note: in expansion of macro ‘FIXME’
  84. 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
  85. | ^~~~~
  86. ../wine-lol/dlls/d3dx9_36/skin.c:414:30: note: format string is defined here
  87. 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
  88. | ~~^
  89. | |
  90. | unsigned int
  91. | %#lx
  92. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_25/sprite.cross.o ../wine-lol/dlls/d3dx9_36/sprite.c -Idlls/d3dx9_25 -I../wine-lol/dlls/d3dx9_25 \
  93. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  94. -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  95. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  96. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  97. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  98. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  99. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_25/surface.cross.o ../wine-lol/dlls/d3dx9_36/surface.c -Idlls/d3dx9_25 -I../wine-lol/dlls/d3dx9_25 \
  100. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  101. -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  102. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  103. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  104. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  105. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  106. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_25/texture.cross.o ../wine-lol/dlls/d3dx9_36/texture.c -Idlls/d3dx9_25 -I../wine-lol/dlls/d3dx9_25 \
  107. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  108. -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  109. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  110. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  111. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  112. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  113. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_25/txc_compress_dxtn.cross.o ../wine-lol/dlls/d3dx9_36/txc_compress_dxtn.c -Idlls/d3dx9_25 \
  114. -I../wine-lol/dlls/d3dx9_25 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
  115. -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall \
  116. -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  117. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  118. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  119. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  120. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_25/txc_fetch_dxtn.cross.o ../wine-lol/dlls/d3dx9_36/txc_fetch_dxtn.c -Idlls/d3dx9_25 \
  121. -I../wine-lol/dlls/d3dx9_25 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
  122. -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall \
  123. -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  124. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  125. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  126. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  127. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_25/util.cross.o ../wine-lol/dlls/d3dx9_36/util.c -Idlls/d3dx9_25 -I../wine-lol/dlls/d3dx9_25 \
  128. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  129. -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  130. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  131. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  132. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  133. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  134. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_25/volume.cross.o ../wine-lol/dlls/d3dx9_36/volume.c -Idlls/d3dx9_25 -I../wine-lol/dlls/d3dx9_25 \
  135. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  136. -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  137. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  138. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  139. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  140. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  141. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_25/xfile.cross.o ../wine-lol/dlls/d3dx9_36/xfile.c -Idlls/d3dx9_25 -I../wine-lol/dlls/d3dx9_25 \
  142. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  143. -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  144. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  145. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  146. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  147. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  148. tools/wrc/wrc -u -o dlls/d3dx9_25/version.res --nostdinc -Idlls/d3dx9_25 -I../wine-lol/dlls/d3dx9_25 \
  149. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  150. -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT ../wine-lol/dlls/d3dx9_25/version.rc
  151. tools/winegcc/winegcc -o dlls/d3dx9_25/d3dx9_25.dll --wine-objdir . -b x86_64-w64-mingw32 --lib-suffix=.cross.a \
  152. -Wl,--wine-builtin -shared ../wine-lol/dlls/d3dx9_25/d3dx9_25.spec -Wb,--prefer-native -mno-cygwin \
  153. dlls/d3dx9_25/animation.cross.o dlls/d3dx9_25/core.cross.o dlls/d3dx9_25/effect.cross.o \
  154. dlls/d3dx9_25/font.cross.o dlls/d3dx9_25/line.cross.o dlls/d3dx9_25/main.cross.o \
  155. dlls/d3dx9_25/math.cross.o dlls/d3dx9_25/mesh.cross.o dlls/d3dx9_25/preshader.cross.o \
  156. dlls/d3dx9_25/render.cross.o dlls/d3dx9_25/shader.cross.o dlls/d3dx9_25/skin.cross.o \
  157. dlls/d3dx9_25/sprite.cross.o dlls/d3dx9_25/surface.cross.o dlls/d3dx9_25/texture.cross.o \
  158. dlls/d3dx9_25/txc_compress_dxtn.cross.o dlls/d3dx9_25/txc_fetch_dxtn.cross.o \
  159. dlls/d3dx9_25/util.cross.o dlls/d3dx9_25/volume.cross.o dlls/d3dx9_25/xfile.cross.o \
  160. dlls/d3dx9_25/version.res dlls/windowscodecs/libwindowscodecs.delay.a dlls/usp10/libusp10.delay.a \
  161. dlls/d3d9/libd3d9.cross.a dlls/d3dcompiler_47/libd3dcompiler.cross.a libs/dxguid/libdxguid.cross.a \
  162. dlls/d3dxof/libd3dxof.cross.a dlls/ole32/libole32.cross.a dlls/gdi32/libgdi32.cross.a \
  163. dlls/user32/libuser32.cross.a dlls/winecrt0/libwinecrt0.cross.a dlls/ucrtbase/libucrtbase.cross.a \
  164. dlls/kernel32/libkernel32.cross.a dlls/ntdll/libntdll.cross.a
  165. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/animation.cross.o ../wine-lol/dlls/d3dx9_36/animation.c -Idlls/d3dx9_26 \
  166. -I../wine-lol/dlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
  167. -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall \
  168. -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  169. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  170. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  171. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  172. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/core.cross.o ../wine-lol/dlls/d3dx9_36/core.c -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
  173. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  174. -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  175. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  176. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  177. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  178. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  179. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/effect.cross.o ../wine-lol/dlls/d3dx9_36/effect.c -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
  180. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  181. -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  182. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  183. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  184. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  185. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  186. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/font.cross.o ../wine-lol/dlls/d3dx9_36/font.c -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
  187. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  188. -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  189. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  190. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  191. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  192. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  193. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/line.cross.o ../wine-lol/dlls/d3dx9_36/line.c -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
  194. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  195. -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  196. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  197. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  198. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  199. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  200. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/main.cross.o ../wine-lol/dlls/d3dx9_36/main.c -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
  201. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  202. -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  203. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  204. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  205. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  206. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  207. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/math.cross.o ../wine-lol/dlls/d3dx9_36/math.c -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
  208. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  209. -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  210. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  211. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  212. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  213. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  214. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/mesh.cross.o ../wine-lol/dlls/d3dx9_36/mesh.c -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
  215. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  216. -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  217. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  218. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  219. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  220. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  221. In file included from ../wine-lol/dlls/d3dx9_36/d3dx9_private.h:26,
  222. from ../wine-lol/dlls/d3dx9_36/mesh.c:31:
  223. ../wine-lol/dlls/d3dx9_36/mesh.c: In function ‘D3DXComputeTangent’:
  224. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:11: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  225. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  226. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  227. 7577 | mesh, stage_idx, tangent_idx, binorm_idx, wrap, adjacency);
  228. | ~~~~~~~~~
  229. | |
  230. | DWORD {aka long unsigned int}
  231. ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
  232. 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
  233. | ^~~~
  234. ../wine-lol/include/wine/debug.h:481:36: note: in expansion of macro ‘__WINE_DPRINTF’
  235. 481 | #define WINE_TRACE __WINE_DPRINTF(_TRACE,__wine_dbch___default)
  236. | ^~~~~~~~~~~~~~
  237. ../wine-lol/include/wine/debug.h:524:36: note: in expansion of macro ‘WINE_TRACE’
  238. 524 | #define TRACE WINE_TRACE
  239. | ^~~~~~~~~~
  240. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:5: note: in expansion of macro ‘TRACE’
  241. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  242. | ^~~~~
  243. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:32: note: format string is defined here
  244. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  245. | ~^
  246. | |
  247. | int
  248. | %ld
  249. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:11: warning: format ‘%d’ expects argument of type ‘int’, but argument 7 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  250. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  251. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  252. 7577 | mesh, stage_idx, tangent_idx, binorm_idx, wrap, adjacency);
  253. | ~~~~~~~~~~~
  254. | |
  255. | DWORD {aka long unsigned int}
  256. ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
  257. 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
  258. | ^~~~
  259. ../wine-lol/include/wine/debug.h:481:36: note: in expansion of macro ‘__WINE_DPRINTF’
  260. 481 | #define WINE_TRACE __WINE_DPRINTF(_TRACE,__wine_dbch___default)
  261. | ^~~~~~~~~~~~~~
  262. ../wine-lol/include/wine/debug.h:524:36: note: in expansion of macro ‘WINE_TRACE’
  263. 524 | #define TRACE WINE_TRACE
  264. | ^~~~~~~~~~
  265. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:5: note: in expansion of macro ‘TRACE’
  266. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  267. | ^~~~~
  268. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:48: note: format string is defined here
  269. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  270. | ~^
  271. | |
  272. | int
  273. | %ld
  274. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:11: warning: format ‘%d’ expects argument of type ‘int’, but argument 8 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  275. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  276. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  277. 7577 | mesh, stage_idx, tangent_idx, binorm_idx, wrap, adjacency);
  278. | ~~~~~~~~~~
  279. | |
  280. | DWORD {aka long unsigned int}
  281. ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
  282. 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
  283. | ^~~~
  284. ../wine-lol/include/wine/debug.h:481:36: note: in expansion of macro ‘__WINE_DPRINTF’
  285. 481 | #define WINE_TRACE __WINE_DPRINTF(_TRACE,__wine_dbch___default)
  286. | ^~~~~~~~~~~~~~
  287. ../wine-lol/include/wine/debug.h:524:36: note: in expansion of macro ‘WINE_TRACE’
  288. 524 | #define TRACE WINE_TRACE
  289. | ^~~~~~~~~~
  290. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:5: note: in expansion of macro ‘TRACE’
  291. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  292. | ^~~~~
  293. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:63: note: format string is defined here
  294. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  295. | ~^
  296. | |
  297. | int
  298. | %ld
  299. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:11: warning: format ‘%d’ expects argument of type ‘int’, but argument 9 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  300. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  301. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  302. 7577 | mesh, stage_idx, tangent_idx, binorm_idx, wrap, adjacency);
  303. | ~~~~
  304. | |
  305. | DWORD {aka long unsigned int}
  306. ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
  307. 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
  308. | ^~~~
  309. ../wine-lol/include/wine/debug.h:481:36: note: in expansion of macro ‘__WINE_DPRINTF’
  310. 481 | #define WINE_TRACE __WINE_DPRINTF(_TRACE,__wine_dbch___default)
  311. | ^~~~~~~~~~~~~~
  312. ../wine-lol/include/wine/debug.h:524:36: note: in expansion of macro ‘WINE_TRACE’
  313. 524 | #define TRACE WINE_TRACE
  314. | ^~~~~~~~~~
  315. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:5: note: in expansion of macro ‘TRACE’
  316. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  317. | ^~~~~
  318. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:72: note: format string is defined here
  319. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  320. | ~^
  321. | |
  322. | int
  323. | %ld
  324. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/preshader.cross.o ../wine-lol/dlls/d3dx9_36/preshader.c -Idlls/d3dx9_26 \
  325. -I../wine-lol/dlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
  326. -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall \
  327. -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  328. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  329. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  330. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  331. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/render.cross.o ../wine-lol/dlls/d3dx9_36/render.c -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
  332. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  333. -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  334. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  335. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  336. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  337. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  338. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/shader.cross.o ../wine-lol/dlls/d3dx9_36/shader.c -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
  339. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  340. -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  341. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  342. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  343. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  344. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  345. ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘add_register’:
  346. ../wine-lol/dlls/d3dx9_36/shader.c:2413:32: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  347. 2413 | buf += sprintf(buf, "v%d", reg_num);
  348. | ~^ ~~~~~~~
  349. | | |
  350. | int DWORD {aka long unsigned int}
  351. | %ld
  352. ../wine-lol/dlls/d3dx9_36/shader.c:2415:32: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  353. 2415 | buf += sprintf(buf, "c%d", reg_num);
  354. | ~^ ~~~~~~~
  355. | | |
  356. | int DWORD {aka long unsigned int}
  357. | %ld
  358. ../wine-lol/dlls/d3dx9_36/shader.c:2417:32: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  359. 2417 | buf += sprintf(buf, "r%d", reg_num);
  360. | ~^ ~~~~~~~
  361. | | |
  362. | int DWORD {aka long unsigned int}
  363. | %ld
  364. ../wine-lol/dlls/d3dx9_36/shader.c:2419:33: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  365. 2419 | buf += sprintf(buf, "%s%d", ps ? "t" : "a", reg_num);
  366. | ~^ ~~~~~~~
  367. | | |
  368. | int DWORD {aka long unsigned int}
  369. | %ld
  370. ../wine-lol/dlls/d3dx9_36/shader.c:2421:32: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  371. 2421 | buf += sprintf(buf, "s%d", reg_num);
  372. | ~^ ~~~~~~~
  373. | | |
  374. | int DWORD {aka long unsigned int}
  375. | %ld
  376. ../wine-lol/dlls/d3dx9_36/shader.c:2425:33: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  377. 2425 | buf += sprintf(buf, "oC%d", reg_num);
  378. | ~^ ~~~~~~~
  379. | | |
  380. | int DWORD {aka long unsigned int}
  381. | %ld
  382. ../wine-lol/dlls/d3dx9_36/shader.c:2427:33: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  383. 2427 | buf += sprintf(buf, "oT%d", reg_num);
  384. | ~^ ~~~~~~~
  385. | | |
  386. | int DWORD {aka long unsigned int}
  387. | %ld
  388. ../wine-lol/dlls/d3dx9_36/shader.c:2429:33: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  389. 2429 | buf += sprintf(buf, "oD%d", reg_num);
  390. | ~^ ~~~~~~~
  391. | | |
  392. | int DWORD {aka long unsigned int}
  393. | %ld
  394. ../wine-lol/dlls/d3dx9_36/shader.c:2431:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  395. 2431 | buf += sprintf(buf, "? (%d)", reg_type);
  396. | ~^ ~~~~~~~~
  397. | | |
  398. | int DWORD {aka long unsigned int}
  399. | %ld
  400. ../wine-lol/dlls/d3dx9_36/shader.c:2451:40: warning: format ‘%c’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
  401. 2451 | buf += sprintf(buf, ".%c", 'w' + (((param >> D3DVS_SWIZZLE_SHIFT) + 1) & 0x3));
  402. | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  403. | | |
  404. | int long unsigned int
  405. | %ld
  406. ../wine-lol/dlls/d3dx9_36/shader.c:2453:40: warning: format ‘%c’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
  407. 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
  408. | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409. | | |
  410. | int long unsigned int
  411. | %ld
  412. ../wine-lol/dlls/d3dx9_36/shader.c:2453:42: warning: format ‘%c’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
  413. 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
  414. | ~^
  415. | |
  416. | int
  417. | %ld
  418. 2454 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+2)) + 1) & 0x3),
  419. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  420. | |
  421. | long unsigned int
  422. ../wine-lol/dlls/d3dx9_36/shader.c:2453:44: warning: format ‘%c’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
  423. 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
  424. | ~^
  425. | |
  426. | int
  427. | %ld
  428. 2454 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+2)) + 1) & 0x3),
  429. 2455 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+4)) + 1) & 0x3),
  430. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  431. | |
  432. | long unsigned int
  433. ../wine-lol/dlls/d3dx9_36/shader.c:2453:46: warning: format ‘%c’ expects argument of type ‘int’, but argument 6 has type ‘long unsigned int’ [-Wformat=]
  434. 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
  435. | ~^
  436. | |
  437. | int
  438. | %ld
  439. ......
  440. 2456 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+6)) + 1) & 0x3));
  441. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  442. | |
  443. | long unsigned int
  444. ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘instr_def’:
  445. ../wine-lol/dlls/d3dx9_36/shader.c:2481:42: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
  446. 2481 | int len = sprintf(buffer, " def c%d, %g, %g, %g, %g\n", *(*ptr+1) & D3DSP_REGNUM_MASK,
  447. | ~^
  448. | |
  449. | int
  450. | %ld
  451. ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘instr_dcl’:
  452. ../wine-lol/dlls/d3dx9_36/shader.c:2507:35: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  453. 2507 | buf += sprintf(buf, "%d", usage_index);
  454. | ~^ ~~~~~~~~~~~
  455. | | |
  456. | int DWORD {aka long unsigned int}
  457. | %ld
  458. ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘D3DXDisassembleShader’:
  459. ../wine-lol/dlls/d3dx9_36/shader.c:2670:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
  460. 2670 | buf += sprintf(buf, " %s_%d_%d\n", ps ? "ps" : "vs", D3DSHADER_VERSION_MAJOR(*ptr), D3DSHADER_VERSION_MINOR(*ptr));
  461. | ~^
  462. | |
  463. | int
  464. | %ld
  465. ../wine-lol/dlls/d3dx9_36/shader.c:2670:37: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
  466. 2670 | buf += sprintf(buf, " %s_%d_%d\n", ps ? "ps" : "vs", D3DSHADER_VERSION_MAJOR(*ptr), D3DSHADER_VERSION_MINOR(*ptr));
  467. | ~^
  468. | |
  469. | int
  470. | %ld
  471. ../wine-lol/dlls/d3dx9_36/shader.c:2702:59: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  472. 2702 | buf += sprintf(buf, " ??? (Unknown opcode %x)\n", *ptr);
  473. | ~^ ~~~~
  474. | | |
  475. | | DWORD {aka long unsigned int}
  476. | unsigned int
  477. | %lx
  478. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/skin.cross.o ../wine-lol/dlls/d3dx9_36/skin.c -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
  479. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  480. -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  481. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  482. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  483. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  484. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  485. In file included from ../wine-lol/dlls/d3dx9_36/d3dx9_private.h:26,
  486. from ../wine-lol/dlls/d3dx9_36/skin.c:23:
  487. ../wine-lol/dlls/d3dx9_36/skin.c: In function ‘d3dx9_skin_info_UpdateSkinnedMesh’:
  488. ../wine-lol/dlls/d3dx9_36/skin.c:414:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
  489. 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
  490. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  491. ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
  492. 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
  493. | ^~~~
  494. ../wine-lol/include/wine/debug.h:493:36: note: in expansion of macro ‘__WINE_DPRINTF’
  495. 493 | #define WINE_FIXME __WINE_DPRINTF(_FIXME,__wine_dbch___default)
  496. | ^~~~~~~~~~~~~~
  497. ../wine-lol/include/wine/debug.h:532:36: note: in expansion of macro ‘WINE_FIXME’
  498. 532 | #define FIXME WINE_FIXME
  499. | ^~~~~~~~~~
  500. ../wine-lol/dlls/d3dx9_36/skin.c:414:9: note: in expansion of macro ‘FIXME’
  501. 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
  502. | ^~~~~
  503. ../wine-lol/dlls/d3dx9_36/skin.c:414:30: note: format string is defined here
  504. 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
  505. | ~~^
  506. | |
  507. | unsigned int
  508. | %#lx
  509. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/sprite.cross.o ../wine-lol/dlls/d3dx9_36/sprite.c -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
  510. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  511. -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  512. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  513. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  514. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  515. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  516. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/surface.cross.o ../wine-lol/dlls/d3dx9_36/surface.c -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
  517. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  518. -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  519. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  520. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  521. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  522. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  523. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/texture.cross.o ../wine-lol/dlls/d3dx9_36/texture.c -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
  524. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  525. -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  526. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  527. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  528. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  529. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  530. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/txc_compress_dxtn.cross.o ../wine-lol/dlls/d3dx9_36/txc_compress_dxtn.c -Idlls/d3dx9_26 \
  531. -I../wine-lol/dlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
  532. -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall \
  533. -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  534. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  535. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  536. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  537. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/txc_fetch_dxtn.cross.o ../wine-lol/dlls/d3dx9_36/txc_fetch_dxtn.c -Idlls/d3dx9_26 \
  538. -I../wine-lol/dlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
  539. -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall \
  540. -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  541. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  542. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  543. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  544. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/util.cross.o ../wine-lol/dlls/d3dx9_36/util.c -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
  545. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  546. -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  547. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  548. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  549. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  550. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  551. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/volume.cross.o ../wine-lol/dlls/d3dx9_36/volume.c -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
  552. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  553. -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  554. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  555. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  556. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  557. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  558. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/xfile.cross.o ../wine-lol/dlls/d3dx9_36/xfile.c -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
  559. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  560. -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  561. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  562. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  563. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  564. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  565. tools/wrc/wrc -u -o dlls/d3dx9_26/version.res --nostdinc -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
  566. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  567. -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT ../wine-lol/dlls/d3dx9_26/version.rc
  568. tools/winegcc/winegcc -o dlls/d3dx9_26/d3dx9_26.dll --wine-objdir . -b x86_64-w64-mingw32 --lib-suffix=.cross.a \
  569. -Wl,--wine-builtin -shared ../wine-lol/dlls/d3dx9_26/d3dx9_26.spec -Wb,--prefer-native -mno-cygwin \
  570. dlls/d3dx9_26/animation.cross.o dlls/d3dx9_26/core.cross.o dlls/d3dx9_26/effect.cross.o \
  571. dlls/d3dx9_26/font.cross.o dlls/d3dx9_26/line.cross.o dlls/d3dx9_26/main.cross.o \
  572. dlls/d3dx9_26/math.cross.o dlls/d3dx9_26/mesh.cross.o dlls/d3dx9_26/preshader.cross.o \
  573. dlls/d3dx9_26/render.cross.o dlls/d3dx9_26/shader.cross.o dlls/d3dx9_26/skin.cross.o \
  574. dlls/d3dx9_26/sprite.cross.o dlls/d3dx9_26/surface.cross.o dlls/d3dx9_26/texture.cross.o \
  575. dlls/d3dx9_26/txc_compress_dxtn.cross.o dlls/d3dx9_26/txc_fetch_dxtn.cross.o \
  576. dlls/d3dx9_26/util.cross.o dlls/d3dx9_26/volume.cross.o dlls/d3dx9_26/xfile.cross.o \
  577. dlls/d3dx9_26/version.res dlls/windowscodecs/libwindowscodecs.delay.a dlls/usp10/libusp10.delay.a \
  578. dlls/d3d9/libd3d9.cross.a dlls/d3dcompiler_47/libd3dcompiler.cross.a libs/dxguid/libdxguid.cross.a \
  579. dlls/d3dxof/libd3dxof.cross.a dlls/ole32/libole32.cross.a dlls/gdi32/libgdi32.cross.a \
  580. dlls/user32/libuser32.cross.a dlls/winecrt0/libwinecrt0.cross.a dlls/ucrtbase/libucrtbase.cross.a \
  581. dlls/kernel32/libkernel32.cross.a dlls/ntdll/libntdll.cross.a
  582. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/animation.cross.o ../wine-lol/dlls/d3dx9_36/animation.c -Idlls/d3dx9_27 \
  583. -I../wine-lol/dlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
  584. -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall \
  585. -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  586. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  587. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  588. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  589. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/core.cross.o ../wine-lol/dlls/d3dx9_36/core.c -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
  590. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  591. -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  592. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  593. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  594. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  595. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  596. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/effect.cross.o ../wine-lol/dlls/d3dx9_36/effect.c -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
  597. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  598. -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  599. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  600. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  601. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  602. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  603. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/font.cross.o ../wine-lol/dlls/d3dx9_36/font.c -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
  604. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  605. -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  606. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  607. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  608. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  609. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  610. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/line.cross.o ../wine-lol/dlls/d3dx9_36/line.c -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
  611. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  612. -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  613. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  614. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  615. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  616. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  617. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/main.cross.o ../wine-lol/dlls/d3dx9_36/main.c -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
  618. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  619. -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  620. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  621. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  622. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  623. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  624. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/math.cross.o ../wine-lol/dlls/d3dx9_36/math.c -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
  625. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  626. -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  627. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  628. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  629. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  630. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  631. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/mesh.cross.o ../wine-lol/dlls/d3dx9_36/mesh.c -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
  632. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  633. -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  634. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  635. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  636. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  637. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  638. In file included from ../wine-lol/dlls/d3dx9_36/d3dx9_private.h:26,
  639. from ../wine-lol/dlls/d3dx9_36/mesh.c:31:
  640. ../wine-lol/dlls/d3dx9_36/mesh.c: In function ‘D3DXComputeTangent’:
  641. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:11: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  642. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  643. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  644. 7577 | mesh, stage_idx, tangent_idx, binorm_idx, wrap, adjacency);
  645. | ~~~~~~~~~
  646. | |
  647. | DWORD {aka long unsigned int}
  648. ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
  649. 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
  650. | ^~~~
  651. ../wine-lol/include/wine/debug.h:481:36: note: in expansion of macro ‘__WINE_DPRINTF’
  652. 481 | #define WINE_TRACE __WINE_DPRINTF(_TRACE,__wine_dbch___default)
  653. | ^~~~~~~~~~~~~~
  654. ../wine-lol/include/wine/debug.h:524:36: note: in expansion of macro ‘WINE_TRACE’
  655. 524 | #define TRACE WINE_TRACE
  656. | ^~~~~~~~~~
  657. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:5: note: in expansion of macro ‘TRACE’
  658. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  659. | ^~~~~
  660. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:32: note: format string is defined here
  661. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  662. | ~^
  663. | |
  664. | int
  665. | %ld
  666. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:11: warning: format ‘%d’ expects argument of type ‘int’, but argument 7 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  667. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  668. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  669. 7577 | mesh, stage_idx, tangent_idx, binorm_idx, wrap, adjacency);
  670. | ~~~~~~~~~~~
  671. | |
  672. | DWORD {aka long unsigned int}
  673. ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
  674. 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
  675. | ^~~~
  676. ../wine-lol/include/wine/debug.h:481:36: note: in expansion of macro ‘__WINE_DPRINTF’
  677. 481 | #define WINE_TRACE __WINE_DPRINTF(_TRACE,__wine_dbch___default)
  678. | ^~~~~~~~~~~~~~
  679. ../wine-lol/include/wine/debug.h:524:36: note: in expansion of macro ‘WINE_TRACE’
  680. 524 | #define TRACE WINE_TRACE
  681. | ^~~~~~~~~~
  682. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:5: note: in expansion of macro ‘TRACE’
  683. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  684. | ^~~~~
  685. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:48: note: format string is defined here
  686. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  687. | ~^
  688. | |
  689. | int
  690. | %ld
  691. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:11: warning: format ‘%d’ expects argument of type ‘int’, but argument 8 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  692. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  693. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  694. 7577 | mesh, stage_idx, tangent_idx, binorm_idx, wrap, adjacency);
  695. | ~~~~~~~~~~
  696. | |
  697. | DWORD {aka long unsigned int}
  698. ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
  699. 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
  700. | ^~~~
  701. ../wine-lol/include/wine/debug.h:481:36: note: in expansion of macro ‘__WINE_DPRINTF’
  702. 481 | #define WINE_TRACE __WINE_DPRINTF(_TRACE,__wine_dbch___default)
  703. | ^~~~~~~~~~~~~~
  704. ../wine-lol/include/wine/debug.h:524:36: note: in expansion of macro ‘WINE_TRACE’
  705. 524 | #define TRACE WINE_TRACE
  706. | ^~~~~~~~~~
  707. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:5: note: in expansion of macro ‘TRACE’
  708. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  709. | ^~~~~
  710. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:63: note: format string is defined here
  711. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  712. | ~^
  713. | |
  714. | int
  715. | %ld
  716. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:11: warning: format ‘%d’ expects argument of type ‘int’, but argument 9 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  717. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  718. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  719. 7577 | mesh, stage_idx, tangent_idx, binorm_idx, wrap, adjacency);
  720. | ~~~~
  721. | |
  722. | DWORD {aka long unsigned int}
  723. ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
  724. 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
  725. | ^~~~
  726. ../wine-lol/include/wine/debug.h:481:36: note: in expansion of macro ‘__WINE_DPRINTF’
  727. 481 | #define WINE_TRACE __WINE_DPRINTF(_TRACE,__wine_dbch___default)
  728. | ^~~~~~~~~~~~~~
  729. ../wine-lol/include/wine/debug.h:524:36: note: in expansion of macro ‘WINE_TRACE’
  730. 524 | #define TRACE WINE_TRACE
  731. | ^~~~~~~~~~
  732. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:5: note: in expansion of macro ‘TRACE’
  733. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  734. | ^~~~~
  735. ../wine-lol/dlls/d3dx9_36/mesh.c:7576:72: note: format string is defined here
  736. 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
  737. | ~^
  738. | |
  739. | int
  740. | %ld
  741. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/preshader.cross.o ../wine-lol/dlls/d3dx9_36/preshader.c -Idlls/d3dx9_27 \
  742. -I../wine-lol/dlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
  743. -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall \
  744. -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  745. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  746. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  747. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  748. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/render.cross.o ../wine-lol/dlls/d3dx9_36/render.c -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
  749. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  750. -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  751. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  752. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  753. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  754. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  755. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/shader.cross.o ../wine-lol/dlls/d3dx9_36/shader.c -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
  756. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  757. -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  758. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  759. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  760. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  761. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  762. ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘add_register’:
  763. ../wine-lol/dlls/d3dx9_36/shader.c:2413:32: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  764. 2413 | buf += sprintf(buf, "v%d", reg_num);
  765. | ~^ ~~~~~~~
  766. | | |
  767. | int DWORD {aka long unsigned int}
  768. | %ld
  769. ../wine-lol/dlls/d3dx9_36/shader.c:2415:32: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  770. 2415 | buf += sprintf(buf, "c%d", reg_num);
  771. | ~^ ~~~~~~~
  772. | | |
  773. | int DWORD {aka long unsigned int}
  774. | %ld
  775. ../wine-lol/dlls/d3dx9_36/shader.c:2417:32: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  776. 2417 | buf += sprintf(buf, "r%d", reg_num);
  777. | ~^ ~~~~~~~
  778. | | |
  779. | int DWORD {aka long unsigned int}
  780. | %ld
  781. ../wine-lol/dlls/d3dx9_36/shader.c:2419:33: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  782. 2419 | buf += sprintf(buf, "%s%d", ps ? "t" : "a", reg_num);
  783. | ~^ ~~~~~~~
  784. | | |
  785. | int DWORD {aka long unsigned int}
  786. | %ld
  787. ../wine-lol/dlls/d3dx9_36/shader.c:2421:32: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  788. 2421 | buf += sprintf(buf, "s%d", reg_num);
  789. | ~^ ~~~~~~~
  790. | | |
  791. | int DWORD {aka long unsigned int}
  792. | %ld
  793. ../wine-lol/dlls/d3dx9_36/shader.c:2425:33: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  794. 2425 | buf += sprintf(buf, "oC%d", reg_num);
  795. | ~^ ~~~~~~~
  796. | | |
  797. | int DWORD {aka long unsigned int}
  798. | %ld
  799. ../wine-lol/dlls/d3dx9_36/shader.c:2427:33: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  800. 2427 | buf += sprintf(buf, "oT%d", reg_num);
  801. | ~^ ~~~~~~~
  802. | | |
  803. | int DWORD {aka long unsigned int}
  804. | %ld
  805. ../wine-lol/dlls/d3dx9_36/shader.c:2429:33: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  806. 2429 | buf += sprintf(buf, "oD%d", reg_num);
  807. | ~^ ~~~~~~~
  808. | | |
  809. | int DWORD {aka long unsigned int}
  810. | %ld
  811. ../wine-lol/dlls/d3dx9_36/shader.c:2431:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  812. 2431 | buf += sprintf(buf, "? (%d)", reg_type);
  813. | ~^ ~~~~~~~~
  814. | | |
  815. | int DWORD {aka long unsigned int}
  816. | %ld
  817. ../wine-lol/dlls/d3dx9_36/shader.c:2451:40: warning: format ‘%c’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
  818. 2451 | buf += sprintf(buf, ".%c", 'w' + (((param >> D3DVS_SWIZZLE_SHIFT) + 1) & 0x3));
  819. | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  820. | | |
  821. | int long unsigned int
  822. | %ld
  823. ../wine-lol/dlls/d3dx9_36/shader.c:2453:40: warning: format ‘%c’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
  824. 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
  825. | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  826. | | |
  827. | int long unsigned int
  828. | %ld
  829. ../wine-lol/dlls/d3dx9_36/shader.c:2453:42: warning: format ‘%c’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
  830. 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
  831. | ~^
  832. | |
  833. | int
  834. | %ld
  835. 2454 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+2)) + 1) & 0x3),
  836. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  837. | |
  838. | long unsigned int
  839. ../wine-lol/dlls/d3dx9_36/shader.c:2453:44: warning: format ‘%c’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
  840. 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
  841. | ~^
  842. | |
  843. | int
  844. | %ld
  845. 2454 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+2)) + 1) & 0x3),
  846. 2455 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+4)) + 1) & 0x3),
  847. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  848. | |
  849. | long unsigned int
  850. ../wine-lol/dlls/d3dx9_36/shader.c:2453:46: warning: format ‘%c’ expects argument of type ‘int’, but argument 6 has type ‘long unsigned int’ [-Wformat=]
  851. 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
  852. | ~^
  853. | |
  854. | int
  855. | %ld
  856. ......
  857. 2456 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+6)) + 1) & 0x3));
  858. | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  859. | |
  860. | long unsigned int
  861. ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘instr_def’:
  862. ../wine-lol/dlls/d3dx9_36/shader.c:2481:42: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
  863. 2481 | int len = sprintf(buffer, " def c%d, %g, %g, %g, %g\n", *(*ptr+1) & D3DSP_REGNUM_MASK,
  864. | ~^
  865. | |
  866. | int
  867. | %ld
  868. ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘instr_dcl’:
  869. ../wine-lol/dlls/d3dx9_36/shader.c:2507:35: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  870. 2507 | buf += sprintf(buf, "%d", usage_index);
  871. | ~^ ~~~~~~~~~~~
  872. | | |
  873. | int DWORD {aka long unsigned int}
  874. | %ld
  875. ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘D3DXDisassembleShader’:
  876. ../wine-lol/dlls/d3dx9_36/shader.c:2670:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=]
  877. 2670 | buf += sprintf(buf, " %s_%d_%d\n", ps ? "ps" : "vs", D3DSHADER_VERSION_MAJOR(*ptr), D3DSHADER_VERSION_MINOR(*ptr));
  878. | ~^
  879. | |
  880. | int
  881. | %ld
  882. ../wine-lol/dlls/d3dx9_36/shader.c:2670:37: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
  883. 2670 | buf += sprintf(buf, " %s_%d_%d\n", ps ? "ps" : "vs", D3DSHADER_VERSION_MAJOR(*ptr), D3DSHADER_VERSION_MINOR(*ptr));
  884. | ~^
  885. | |
  886. | int
  887. | %ld
  888. ../wine-lol/dlls/d3dx9_36/shader.c:2702:59: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
  889. 2702 | buf += sprintf(buf, " ??? (Unknown opcode %x)\n", *ptr);
  890. | ~^ ~~~~
  891. | | |
  892. | | DWORD {aka long unsigned int}
  893. | unsigned int
  894. | %lx
  895. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/skin.cross.o ../wine-lol/dlls/d3dx9_36/skin.c -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
  896. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  897. -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  898. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  899. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  900. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  901. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  902. In file included from ../wine-lol/dlls/d3dx9_36/d3dx9_private.h:26,
  903. from ../wine-lol/dlls/d3dx9_36/skin.c:23:
  904. ../wine-lol/dlls/d3dx9_36/skin.c: In function ‘d3dx9_skin_info_UpdateSkinnedMesh’:
  905. ../wine-lol/dlls/d3dx9_36/skin.c:414:15: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wformat=]
  906. 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
  907. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  908. ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
  909. 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
  910. | ^~~~
  911. ../wine-lol/include/wine/debug.h:493:36: note: in expansion of macro ‘__WINE_DPRINTF’
  912. 493 | #define WINE_FIXME __WINE_DPRINTF(_FIXME,__wine_dbch___default)
  913. | ^~~~~~~~~~~~~~
  914. ../wine-lol/include/wine/debug.h:532:36: note: in expansion of macro ‘WINE_FIXME’
  915. 532 | #define FIXME WINE_FIXME
  916. | ^~~~~~~~~~
  917. ../wine-lol/dlls/d3dx9_36/skin.c:414:9: note: in expansion of macro ‘FIXME’
  918. 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
  919. | ^~~~~
  920. ../wine-lol/dlls/d3dx9_36/skin.c:414:30: note: format string is defined here
  921. 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
  922. | ~~^
  923. | |
  924. | unsigned int
  925. | %#lx
  926. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/sprite.cross.o ../wine-lol/dlls/d3dx9_36/sprite.c -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
  927. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  928. -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  929. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  930. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  931. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  932. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  933. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/surface.cross.o ../wine-lol/dlls/d3dx9_36/surface.c -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
  934. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  935. -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  936. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  937. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  938. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  939. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  940. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/texture.cross.o ../wine-lol/dlls/d3dx9_36/texture.c -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
  941. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  942. -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  943. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  944. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  945. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  946. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  947. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/txc_compress_dxtn.cross.o ../wine-lol/dlls/d3dx9_36/txc_compress_dxtn.c -Idlls/d3dx9_27 \
  948. -I../wine-lol/dlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
  949. -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall \
  950. -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  951. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  952. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  953. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  954. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/txc_fetch_dxtn.cross.o ../wine-lol/dlls/d3dx9_36/txc_fetch_dxtn.c -Idlls/d3dx9_27 \
  955. -I../wine-lol/dlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
  956. -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall \
  957. -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  958. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  959. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  960. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  961. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/util.cross.o ../wine-lol/dlls/d3dx9_36/util.c -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
  962. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  963. -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  964. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  965. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  966. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  967. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  968. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/volume.cross.o ../wine-lol/dlls/d3dx9_36/volume.c -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
  969. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  970. -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  971. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  972. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  973. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  974. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  975. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/xfile.cross.o ../wine-lol/dlls/d3dx9_36/xfile.c -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
  976. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  977. -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  978. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  979. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  980. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  981. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  982. tools/wrc/wrc -u -o dlls/d3dx9_27/version.res --nostdinc -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
  983. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  984. -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT ../wine-lol/dlls/d3dx9_27/version.rc
  985. tools/winegcc/winegcc -o dlls/d3dx9_27/d3dx9_27.dll --wine-objdir . -b x86_64-w64-mingw32 --lib-suffix=.cross.a \
  986. -Wl,--wine-builtin -shared ../wine-lol/dlls/d3dx9_27/d3dx9_27.spec -Wb,--prefer-native -mno-cygwin \
  987. dlls/d3dx9_27/animation.cross.o dlls/d3dx9_27/core.cross.o dlls/d3dx9_27/effect.cross.o \
  988. dlls/d3dx9_27/font.cross.o dlls/d3dx9_27/line.cross.o dlls/d3dx9_27/main.cross.o \
  989. dlls/d3dx9_27/math.cross.o dlls/d3dx9_27/mesh.cross.o dlls/d3dx9_27/preshader.cross.o \
  990. dlls/d3dx9_27/render.cross.o dlls/d3dx9_27/shader.cross.o dlls/d3dx9_27/skin.cross.o \
  991. dlls/d3dx9_27/sprite.cross.o dlls/d3dx9_27/surface.cross.o dlls/d3dx9_27/texture.cross.o \
  992. dlls/d3dx9_27/txc_compress_dxtn.cross.o dlls/d3dx9_27/txc_fetch_dxtn.cross.o \
  993. dlls/d3dx9_27/util.cross.o dlls/d3dx9_27/volume.cross.o dlls/d3dx9_27/xfile.cross.o \
  994. dlls/d3dx9_27/version.res dlls/windowscodecs/libwindowscodecs.delay.a dlls/usp10/libusp10.delay.a \
  995. dlls/d3d9/libd3d9.cross.a dlls/d3dcompiler_47/libd3dcompiler.cross.a libs/dxguid/libdxguid.cross.a \
  996. dlls/d3dxof/libd3dxof.cross.a dlls/ole32/libole32.cross.a dlls/gdi32/libgdi32.cross.a \
  997. dlls/user32/libuser32.cross.a dlls/winecrt0/libwinecrt0.cross.a dlls/ucrtbase/libucrtbase.cross.a \
  998. dlls/kernel32/libkernel32.cross.a dlls/ntdll/libntdll.cross.a
  999. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_28/animation.cross.o ../wine-lol/dlls/d3dx9_36/animation.c -Idlls/d3dx9_28 \
  1000. -I../wine-lol/dlls/d3dx9_28 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
  1001. -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=28 -D_UCRT -D__WINE_PE_BUILD -Wall \
  1002. -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  1003. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  1004. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  1005. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  1006. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_28/core.cross.o ../wine-lol/dlls/d3dx9_36/core.c -Idlls/d3dx9_28 -I../wine-lol/dlls/d3dx9_28 \
  1007. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  1008. -D__WINESRC__ -DD3DX_SDK_VERSION=28 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  1009. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  1010. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  1011. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  1012. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  1013. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_28/effect.cross.o ../wine-lol/dlls/d3dx9_36/effect.c -Idlls/d3dx9_28 -I../wine-lol/dlls/d3dx9_28 \
  1014. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  1015. -D__WINESRC__ -DD3DX_SDK_VERSION=28 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  1016. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  1017. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  1018. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  1019. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  1020. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_28/font.cross.o ../wine-lol/dlls/d3dx9_36/font.c -Idlls/d3dx9_28 -I../wine-lol/dlls/d3dx9_28 \
  1021. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  1022. -D__WINESRC__ -DD3DX_SDK_VERSION=28 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  1023. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  1024. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  1025. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  1026. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  1027. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_28/line.cross.o ../wine-lol/dlls/d3dx9_36/line.c -Idlls/d3dx9_28 -I../wine-lol/dlls/d3dx9_28 \
  1028. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  1029. -D__WINESRC__ -DD3DX_SDK_VERSION=28 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  1030. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  1031. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  1032. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  1033. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  1034. x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_28/main.cross.o ../wine-lol/dlls/d3dx9_36/main.c -Idlls/d3dx9_28 -I../wine-lol/dlls/d3dx9_28 \
  1035. -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
  1036. -D__WINESRC__ -DD3DX_SDK_VERSION=28 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
  1037. -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
  1038. -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
  1039. -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
  1040. -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
  1041.  
  1042.  
Add Comment
Please, Sign In to add comment