Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2454 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+2)) + 1) & 0x3),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | |
- | long unsigned int
- ../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=]
- 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
- | ~^
- | |
- | int
- | %ld
- 2454 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+2)) + 1) & 0x3),
- 2455 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+4)) + 1) & 0x3),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | |
- | long unsigned int
- ../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=]
- 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
- | ~^
- | |
- | int
- | %ld
- ......
- 2456 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+6)) + 1) & 0x3));
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | |
- | long unsigned int
- ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘instr_def’:
- ../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=]
- 2481 | int len = sprintf(buffer, " def c%d, %g, %g, %g, %g\n", *(*ptr+1) & D3DSP_REGNUM_MASK,
- | ~^
- | |
- | int
- | %ld
- ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘instr_dcl’:
- ../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=]
- 2507 | buf += sprintf(buf, "%d", usage_index);
- | ~^ ~~~~~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘D3DXDisassembleShader’:
- ../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=]
- 2670 | buf += sprintf(buf, " %s_%d_%d\n", ps ? "ps" : "vs", D3DSHADER_VERSION_MAJOR(*ptr), D3DSHADER_VERSION_MINOR(*ptr));
- | ~^
- | |
- | int
- | %ld
- ../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=]
- 2670 | buf += sprintf(buf, " %s_%d_%d\n", ps ? "ps" : "vs", D3DSHADER_VERSION_MAJOR(*ptr), D3DSHADER_VERSION_MINOR(*ptr));
- | ~^
- | |
- | int
- | %ld
- ../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=]
- 2702 | buf += sprintf(buf, " ??? (Unknown opcode %x)\n", *ptr);
- | ~^ ~~~~
- | | |
- | | DWORD {aka long unsigned int}
- | unsigned int
- | %lx
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- In file included from ../wine-lol/dlls/d3dx9_36/d3dx9_private.h:26,
- from ../wine-lol/dlls/d3dx9_36/skin.c:23:
- ../wine-lol/dlls/d3dx9_36/skin.c: In function ‘d3dx9_skin_info_UpdateSkinnedMesh’:
- ../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=]
- 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
- 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
- | ^~~~
- ../wine-lol/include/wine/debug.h:493:36: note: in expansion of macro ‘__WINE_DPRINTF’
- 493 | #define WINE_FIXME __WINE_DPRINTF(_FIXME,__wine_dbch___default)
- | ^~~~~~~~~~~~~~
- ../wine-lol/include/wine/debug.h:532:36: note: in expansion of macro ‘WINE_FIXME’
- 532 | #define FIXME WINE_FIXME
- | ^~~~~~~~~~
- ../wine-lol/dlls/d3dx9_36/skin.c:414:9: note: in expansion of macro ‘FIXME’
- 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
- | ^~~~~
- ../wine-lol/dlls/d3dx9_36/skin.c:414:30: note: format string is defined here
- 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
- | ~~^
- | |
- | unsigned int
- | %#lx
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_25 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
- -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall \
- -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_25 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
- -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall \
- -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- tools/wrc/wrc -u -o dlls/d3dx9_25/version.res --nostdinc -Idlls/d3dx9_25 -I../wine-lol/dlls/d3dx9_25 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=25 -D_UCRT ../wine-lol/dlls/d3dx9_25/version.rc
- tools/winegcc/winegcc -o dlls/d3dx9_25/d3dx9_25.dll --wine-objdir . -b x86_64-w64-mingw32 --lib-suffix=.cross.a \
- -Wl,--wine-builtin -shared ../wine-lol/dlls/d3dx9_25/d3dx9_25.spec -Wb,--prefer-native -mno-cygwin \
- dlls/d3dx9_25/animation.cross.o dlls/d3dx9_25/core.cross.o dlls/d3dx9_25/effect.cross.o \
- dlls/d3dx9_25/font.cross.o dlls/d3dx9_25/line.cross.o dlls/d3dx9_25/main.cross.o \
- dlls/d3dx9_25/math.cross.o dlls/d3dx9_25/mesh.cross.o dlls/d3dx9_25/preshader.cross.o \
- dlls/d3dx9_25/render.cross.o dlls/d3dx9_25/shader.cross.o dlls/d3dx9_25/skin.cross.o \
- dlls/d3dx9_25/sprite.cross.o dlls/d3dx9_25/surface.cross.o dlls/d3dx9_25/texture.cross.o \
- dlls/d3dx9_25/txc_compress_dxtn.cross.o dlls/d3dx9_25/txc_fetch_dxtn.cross.o \
- dlls/d3dx9_25/util.cross.o dlls/d3dx9_25/volume.cross.o dlls/d3dx9_25/xfile.cross.o \
- dlls/d3dx9_25/version.res dlls/windowscodecs/libwindowscodecs.delay.a dlls/usp10/libusp10.delay.a \
- dlls/d3d9/libd3d9.cross.a dlls/d3dcompiler_47/libd3dcompiler.cross.a libs/dxguid/libdxguid.cross.a \
- dlls/d3dxof/libd3dxof.cross.a dlls/ole32/libole32.cross.a dlls/gdi32/libgdi32.cross.a \
- dlls/user32/libuser32.cross.a dlls/winecrt0/libwinecrt0.cross.a dlls/ucrtbase/libucrtbase.cross.a \
- dlls/kernel32/libkernel32.cross.a dlls/ntdll/libntdll.cross.a
- x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/animation.cross.o ../wine-lol/dlls/d3dx9_36/animation.c -Idlls/d3dx9_26 \
- -I../wine-lol/dlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
- -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall \
- -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- In file included from ../wine-lol/dlls/d3dx9_36/d3dx9_private.h:26,
- from ../wine-lol/dlls/d3dx9_36/mesh.c:31:
- ../wine-lol/dlls/d3dx9_36/mesh.c: In function ‘D3DXComputeTangent’:
- ../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=]
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 7577 | mesh, stage_idx, tangent_idx, binorm_idx, wrap, adjacency);
- | ~~~~~~~~~
- | |
- | DWORD {aka long unsigned int}
- ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
- 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
- | ^~~~
- ../wine-lol/include/wine/debug.h:481:36: note: in expansion of macro ‘__WINE_DPRINTF’
- 481 | #define WINE_TRACE __WINE_DPRINTF(_TRACE,__wine_dbch___default)
- | ^~~~~~~~~~~~~~
- ../wine-lol/include/wine/debug.h:524:36: note: in expansion of macro ‘WINE_TRACE’
- 524 | #define TRACE WINE_TRACE
- | ^~~~~~~~~~
- ../wine-lol/dlls/d3dx9_36/mesh.c:7576:5: note: in expansion of macro ‘TRACE’
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ^~~~~
- ../wine-lol/dlls/d3dx9_36/mesh.c:7576:32: note: format string is defined here
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ~^
- | |
- | int
- | %ld
- ../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=]
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 7577 | mesh, stage_idx, tangent_idx, binorm_idx, wrap, adjacency);
- | ~~~~~~~~~~~
- | |
- | DWORD {aka long unsigned int}
- ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
- 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
- | ^~~~
- ../wine-lol/include/wine/debug.h:481:36: note: in expansion of macro ‘__WINE_DPRINTF’
- 481 | #define WINE_TRACE __WINE_DPRINTF(_TRACE,__wine_dbch___default)
- | ^~~~~~~~~~~~~~
- ../wine-lol/include/wine/debug.h:524:36: note: in expansion of macro ‘WINE_TRACE’
- 524 | #define TRACE WINE_TRACE
- | ^~~~~~~~~~
- ../wine-lol/dlls/d3dx9_36/mesh.c:7576:5: note: in expansion of macro ‘TRACE’
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ^~~~~
- ../wine-lol/dlls/d3dx9_36/mesh.c:7576:48: note: format string is defined here
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ~^
- | |
- | int
- | %ld
- ../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=]
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 7577 | mesh, stage_idx, tangent_idx, binorm_idx, wrap, adjacency);
- | ~~~~~~~~~~
- | |
- | DWORD {aka long unsigned int}
- ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
- 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
- | ^~~~
- ../wine-lol/include/wine/debug.h:481:36: note: in expansion of macro ‘__WINE_DPRINTF’
- 481 | #define WINE_TRACE __WINE_DPRINTF(_TRACE,__wine_dbch___default)
- | ^~~~~~~~~~~~~~
- ../wine-lol/include/wine/debug.h:524:36: note: in expansion of macro ‘WINE_TRACE’
- 524 | #define TRACE WINE_TRACE
- | ^~~~~~~~~~
- ../wine-lol/dlls/d3dx9_36/mesh.c:7576:5: note: in expansion of macro ‘TRACE’
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ^~~~~
- ../wine-lol/dlls/d3dx9_36/mesh.c:7576:63: note: format string is defined here
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ~^
- | |
- | int
- | %ld
- ../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=]
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 7577 | mesh, stage_idx, tangent_idx, binorm_idx, wrap, adjacency);
- | ~~~~
- | |
- | DWORD {aka long unsigned int}
- ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
- 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
- | ^~~~
- ../wine-lol/include/wine/debug.h:481:36: note: in expansion of macro ‘__WINE_DPRINTF’
- 481 | #define WINE_TRACE __WINE_DPRINTF(_TRACE,__wine_dbch___default)
- | ^~~~~~~~~~~~~~
- ../wine-lol/include/wine/debug.h:524:36: note: in expansion of macro ‘WINE_TRACE’
- 524 | #define TRACE WINE_TRACE
- | ^~~~~~~~~~
- ../wine-lol/dlls/d3dx9_36/mesh.c:7576:5: note: in expansion of macro ‘TRACE’
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ^~~~~
- ../wine-lol/dlls/d3dx9_36/mesh.c:7576:72: note: format string is defined here
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ~^
- | |
- | int
- | %ld
- x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_26/preshader.cross.o ../wine-lol/dlls/d3dx9_36/preshader.c -Idlls/d3dx9_26 \
- -I../wine-lol/dlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
- -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall \
- -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘add_register’:
- ../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=]
- 2413 | buf += sprintf(buf, "v%d", reg_num);
- | ~^ ~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2415 | buf += sprintf(buf, "c%d", reg_num);
- | ~^ ~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2417 | buf += sprintf(buf, "r%d", reg_num);
- | ~^ ~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2419 | buf += sprintf(buf, "%s%d", ps ? "t" : "a", reg_num);
- | ~^ ~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2421 | buf += sprintf(buf, "s%d", reg_num);
- | ~^ ~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2425 | buf += sprintf(buf, "oC%d", reg_num);
- | ~^ ~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2427 | buf += sprintf(buf, "oT%d", reg_num);
- | ~^ ~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2429 | buf += sprintf(buf, "oD%d", reg_num);
- | ~^ ~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2431 | buf += sprintf(buf, "? (%d)", reg_type);
- | ~^ ~~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2451 | buf += sprintf(buf, ".%c", 'w' + (((param >> D3DVS_SWIZZLE_SHIFT) + 1) & 0x3));
- | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | | |
- | int long unsigned int
- | %ld
- ../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=]
- 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
- | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | | |
- | int long unsigned int
- | %ld
- ../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=]
- 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
- | ~^
- | |
- | int
- | %ld
- 2454 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+2)) + 1) & 0x3),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | |
- | long unsigned int
- ../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=]
- 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
- | ~^
- | |
- | int
- | %ld
- 2454 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+2)) + 1) & 0x3),
- 2455 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+4)) + 1) & 0x3),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | |
- | long unsigned int
- ../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=]
- 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
- | ~^
- | |
- | int
- | %ld
- ......
- 2456 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+6)) + 1) & 0x3));
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | |
- | long unsigned int
- ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘instr_def’:
- ../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=]
- 2481 | int len = sprintf(buffer, " def c%d, %g, %g, %g, %g\n", *(*ptr+1) & D3DSP_REGNUM_MASK,
- | ~^
- | |
- | int
- | %ld
- ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘instr_dcl’:
- ../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=]
- 2507 | buf += sprintf(buf, "%d", usage_index);
- | ~^ ~~~~~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘D3DXDisassembleShader’:
- ../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=]
- 2670 | buf += sprintf(buf, " %s_%d_%d\n", ps ? "ps" : "vs", D3DSHADER_VERSION_MAJOR(*ptr), D3DSHADER_VERSION_MINOR(*ptr));
- | ~^
- | |
- | int
- | %ld
- ../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=]
- 2670 | buf += sprintf(buf, " %s_%d_%d\n", ps ? "ps" : "vs", D3DSHADER_VERSION_MAJOR(*ptr), D3DSHADER_VERSION_MINOR(*ptr));
- | ~^
- | |
- | int
- | %ld
- ../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=]
- 2702 | buf += sprintf(buf, " ??? (Unknown opcode %x)\n", *ptr);
- | ~^ ~~~~
- | | |
- | | DWORD {aka long unsigned int}
- | unsigned int
- | %lx
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- In file included from ../wine-lol/dlls/d3dx9_36/d3dx9_private.h:26,
- from ../wine-lol/dlls/d3dx9_36/skin.c:23:
- ../wine-lol/dlls/d3dx9_36/skin.c: In function ‘d3dx9_skin_info_UpdateSkinnedMesh’:
- ../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=]
- 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
- 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
- | ^~~~
- ../wine-lol/include/wine/debug.h:493:36: note: in expansion of macro ‘__WINE_DPRINTF’
- 493 | #define WINE_FIXME __WINE_DPRINTF(_FIXME,__wine_dbch___default)
- | ^~~~~~~~~~~~~~
- ../wine-lol/include/wine/debug.h:532:36: note: in expansion of macro ‘WINE_FIXME’
- 532 | #define FIXME WINE_FIXME
- | ^~~~~~~~~~
- ../wine-lol/dlls/d3dx9_36/skin.c:414:9: note: in expansion of macro ‘FIXME’
- 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
- | ^~~~~
- ../wine-lol/dlls/d3dx9_36/skin.c:414:30: note: format string is defined here
- 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
- | ~~^
- | |
- | unsigned int
- | %#lx
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
- -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall \
- -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
- -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall \
- -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- tools/wrc/wrc -u -o dlls/d3dx9_26/version.res --nostdinc -Idlls/d3dx9_26 -I../wine-lol/dlls/d3dx9_26 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=26 -D_UCRT ../wine-lol/dlls/d3dx9_26/version.rc
- tools/winegcc/winegcc -o dlls/d3dx9_26/d3dx9_26.dll --wine-objdir . -b x86_64-w64-mingw32 --lib-suffix=.cross.a \
- -Wl,--wine-builtin -shared ../wine-lol/dlls/d3dx9_26/d3dx9_26.spec -Wb,--prefer-native -mno-cygwin \
- dlls/d3dx9_26/animation.cross.o dlls/d3dx9_26/core.cross.o dlls/d3dx9_26/effect.cross.o \
- dlls/d3dx9_26/font.cross.o dlls/d3dx9_26/line.cross.o dlls/d3dx9_26/main.cross.o \
- dlls/d3dx9_26/math.cross.o dlls/d3dx9_26/mesh.cross.o dlls/d3dx9_26/preshader.cross.o \
- dlls/d3dx9_26/render.cross.o dlls/d3dx9_26/shader.cross.o dlls/d3dx9_26/skin.cross.o \
- dlls/d3dx9_26/sprite.cross.o dlls/d3dx9_26/surface.cross.o dlls/d3dx9_26/texture.cross.o \
- dlls/d3dx9_26/txc_compress_dxtn.cross.o dlls/d3dx9_26/txc_fetch_dxtn.cross.o \
- dlls/d3dx9_26/util.cross.o dlls/d3dx9_26/volume.cross.o dlls/d3dx9_26/xfile.cross.o \
- dlls/d3dx9_26/version.res dlls/windowscodecs/libwindowscodecs.delay.a dlls/usp10/libusp10.delay.a \
- dlls/d3d9/libd3d9.cross.a dlls/d3dcompiler_47/libd3dcompiler.cross.a libs/dxguid/libdxguid.cross.a \
- dlls/d3dxof/libd3dxof.cross.a dlls/ole32/libole32.cross.a dlls/gdi32/libgdi32.cross.a \
- dlls/user32/libuser32.cross.a dlls/winecrt0/libwinecrt0.cross.a dlls/ucrtbase/libucrtbase.cross.a \
- dlls/kernel32/libkernel32.cross.a dlls/ntdll/libntdll.cross.a
- x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/animation.cross.o ../wine-lol/dlls/d3dx9_36/animation.c -Idlls/d3dx9_27 \
- -I../wine-lol/dlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
- -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall \
- -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- In file included from ../wine-lol/dlls/d3dx9_36/d3dx9_private.h:26,
- from ../wine-lol/dlls/d3dx9_36/mesh.c:31:
- ../wine-lol/dlls/d3dx9_36/mesh.c: In function ‘D3DXComputeTangent’:
- ../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=]
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 7577 | mesh, stage_idx, tangent_idx, binorm_idx, wrap, adjacency);
- | ~~~~~~~~~
- | |
- | DWORD {aka long unsigned int}
- ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
- 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
- | ^~~~
- ../wine-lol/include/wine/debug.h:481:36: note: in expansion of macro ‘__WINE_DPRINTF’
- 481 | #define WINE_TRACE __WINE_DPRINTF(_TRACE,__wine_dbch___default)
- | ^~~~~~~~~~~~~~
- ../wine-lol/include/wine/debug.h:524:36: note: in expansion of macro ‘WINE_TRACE’
- 524 | #define TRACE WINE_TRACE
- | ^~~~~~~~~~
- ../wine-lol/dlls/d3dx9_36/mesh.c:7576:5: note: in expansion of macro ‘TRACE’
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ^~~~~
- ../wine-lol/dlls/d3dx9_36/mesh.c:7576:32: note: format string is defined here
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ~^
- | |
- | int
- | %ld
- ../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=]
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 7577 | mesh, stage_idx, tangent_idx, binorm_idx, wrap, adjacency);
- | ~~~~~~~~~~~
- | |
- | DWORD {aka long unsigned int}
- ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
- 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
- | ^~~~
- ../wine-lol/include/wine/debug.h:481:36: note: in expansion of macro ‘__WINE_DPRINTF’
- 481 | #define WINE_TRACE __WINE_DPRINTF(_TRACE,__wine_dbch___default)
- | ^~~~~~~~~~~~~~
- ../wine-lol/include/wine/debug.h:524:36: note: in expansion of macro ‘WINE_TRACE’
- 524 | #define TRACE WINE_TRACE
- | ^~~~~~~~~~
- ../wine-lol/dlls/d3dx9_36/mesh.c:7576:5: note: in expansion of macro ‘TRACE’
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ^~~~~
- ../wine-lol/dlls/d3dx9_36/mesh.c:7576:48: note: format string is defined here
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ~^
- | |
- | int
- | %ld
- ../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=]
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 7577 | mesh, stage_idx, tangent_idx, binorm_idx, wrap, adjacency);
- | ~~~~~~~~~~
- | |
- | DWORD {aka long unsigned int}
- ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
- 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
- | ^~~~
- ../wine-lol/include/wine/debug.h:481:36: note: in expansion of macro ‘__WINE_DPRINTF’
- 481 | #define WINE_TRACE __WINE_DPRINTF(_TRACE,__wine_dbch___default)
- | ^~~~~~~~~~~~~~
- ../wine-lol/include/wine/debug.h:524:36: note: in expansion of macro ‘WINE_TRACE’
- 524 | #define TRACE WINE_TRACE
- | ^~~~~~~~~~
- ../wine-lol/dlls/d3dx9_36/mesh.c:7576:5: note: in expansion of macro ‘TRACE’
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ^~~~~
- ../wine-lol/dlls/d3dx9_36/mesh.c:7576:63: note: format string is defined here
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ~^
- | |
- | int
- | %ld
- ../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=]
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 7577 | mesh, stage_idx, tangent_idx, binorm_idx, wrap, adjacency);
- | ~~~~
- | |
- | DWORD {aka long unsigned int}
- ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
- 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
- | ^~~~
- ../wine-lol/include/wine/debug.h:481:36: note: in expansion of macro ‘__WINE_DPRINTF’
- 481 | #define WINE_TRACE __WINE_DPRINTF(_TRACE,__wine_dbch___default)
- | ^~~~~~~~~~~~~~
- ../wine-lol/include/wine/debug.h:524:36: note: in expansion of macro ‘WINE_TRACE’
- 524 | #define TRACE WINE_TRACE
- | ^~~~~~~~~~
- ../wine-lol/dlls/d3dx9_36/mesh.c:7576:5: note: in expansion of macro ‘TRACE’
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ^~~~~
- ../wine-lol/dlls/d3dx9_36/mesh.c:7576:72: note: format string is defined here
- 7576 | TRACE("mesh %p, stage_idx %d, tangent_idx %d, binorm_idx %d, wrap %d, adjacency %p.\n",
- | ~^
- | |
- | int
- | %ld
- x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_27/preshader.cross.o ../wine-lol/dlls/d3dx9_36/preshader.c -Idlls/d3dx9_27 \
- -I../wine-lol/dlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
- -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall \
- -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘add_register’:
- ../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=]
- 2413 | buf += sprintf(buf, "v%d", reg_num);
- | ~^ ~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2415 | buf += sprintf(buf, "c%d", reg_num);
- | ~^ ~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2417 | buf += sprintf(buf, "r%d", reg_num);
- | ~^ ~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2419 | buf += sprintf(buf, "%s%d", ps ? "t" : "a", reg_num);
- | ~^ ~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2421 | buf += sprintf(buf, "s%d", reg_num);
- | ~^ ~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2425 | buf += sprintf(buf, "oC%d", reg_num);
- | ~^ ~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2427 | buf += sprintf(buf, "oT%d", reg_num);
- | ~^ ~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2429 | buf += sprintf(buf, "oD%d", reg_num);
- | ~^ ~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2431 | buf += sprintf(buf, "? (%d)", reg_type);
- | ~^ ~~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../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=]
- 2451 | buf += sprintf(buf, ".%c", 'w' + (((param >> D3DVS_SWIZZLE_SHIFT) + 1) & 0x3));
- | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | | |
- | int long unsigned int
- | %ld
- ../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=]
- 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
- | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | | |
- | int long unsigned int
- | %ld
- ../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=]
- 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
- | ~^
- | |
- | int
- | %ld
- 2454 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+2)) + 1) & 0x3),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | |
- | long unsigned int
- ../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=]
- 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
- | ~^
- | |
- | int
- | %ld
- 2454 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+2)) + 1) & 0x3),
- 2455 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+4)) + 1) & 0x3),
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | |
- | long unsigned int
- ../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=]
- 2453 | buf += sprintf(buf, ".%c%c%c%c", 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+0)) + 1) & 0x3),
- | ~^
- | |
- | int
- | %ld
- ......
- 2456 | 'w' + (((param >> (D3DVS_SWIZZLE_SHIFT+6)) + 1) & 0x3));
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | |
- | long unsigned int
- ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘instr_def’:
- ../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=]
- 2481 | int len = sprintf(buffer, " def c%d, %g, %g, %g, %g\n", *(*ptr+1) & D3DSP_REGNUM_MASK,
- | ~^
- | |
- | int
- | %ld
- ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘instr_dcl’:
- ../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=]
- 2507 | buf += sprintf(buf, "%d", usage_index);
- | ~^ ~~~~~~~~~~~
- | | |
- | int DWORD {aka long unsigned int}
- | %ld
- ../wine-lol/dlls/d3dx9_36/shader.c: In function ‘D3DXDisassembleShader’:
- ../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=]
- 2670 | buf += sprintf(buf, " %s_%d_%d\n", ps ? "ps" : "vs", D3DSHADER_VERSION_MAJOR(*ptr), D3DSHADER_VERSION_MINOR(*ptr));
- | ~^
- | |
- | int
- | %ld
- ../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=]
- 2670 | buf += sprintf(buf, " %s_%d_%d\n", ps ? "ps" : "vs", D3DSHADER_VERSION_MAJOR(*ptr), D3DSHADER_VERSION_MINOR(*ptr));
- | ~^
- | |
- | int
- | %ld
- ../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=]
- 2702 | buf += sprintf(buf, " ??? (Unknown opcode %x)\n", *ptr);
- | ~^ ~~~~
- | | |
- | | DWORD {aka long unsigned int}
- | unsigned int
- | %lx
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- In file included from ../wine-lol/dlls/d3dx9_36/d3dx9_private.h:26,
- from ../wine-lol/dlls/d3dx9_36/skin.c:23:
- ../wine-lol/dlls/d3dx9_36/skin.c: In function ‘d3dx9_skin_info_UpdateSkinnedMesh’:
- ../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=]
- 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../wine-lol/include/wine/debug.h:93:49: note: in definition of macro ‘__WINE_DBG_LOG’
- 93 | wine_dbg_log( __dbcl, __dbch, __FUNCTION__, args); } } while(0)
- | ^~~~
- ../wine-lol/include/wine/debug.h:493:36: note: in expansion of macro ‘__WINE_DPRINTF’
- 493 | #define WINE_FIXME __WINE_DPRINTF(_FIXME,__wine_dbch___default)
- | ^~~~~~~~~~~~~~
- ../wine-lol/include/wine/debug.h:532:36: note: in expansion of macro ‘WINE_FIXME’
- 532 | #define FIXME WINE_FIXME
- | ^~~~~~~~~~
- ../wine-lol/dlls/d3dx9_36/skin.c:414:9: note: in expansion of macro ‘FIXME’
- 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
- | ^~~~~
- ../wine-lol/dlls/d3dx9_36/skin.c:414:30: note: format string is defined here
- 414 | FIXME("Vertex type %#x not supported\n", skin->fvf & D3DFVF_POSITION_MASK);
- | ~~^
- | |
- | unsigned int
- | %#lx
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
- -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall \
- -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
- -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall \
- -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- tools/wrc/wrc -u -o dlls/d3dx9_27/version.res --nostdinc -Idlls/d3dx9_27 -I../wine-lol/dlls/d3dx9_27 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=27 -D_UCRT ../wine-lol/dlls/d3dx9_27/version.rc
- tools/winegcc/winegcc -o dlls/d3dx9_27/d3dx9_27.dll --wine-objdir . -b x86_64-w64-mingw32 --lib-suffix=.cross.a \
- -Wl,--wine-builtin -shared ../wine-lol/dlls/d3dx9_27/d3dx9_27.spec -Wb,--prefer-native -mno-cygwin \
- dlls/d3dx9_27/animation.cross.o dlls/d3dx9_27/core.cross.o dlls/d3dx9_27/effect.cross.o \
- dlls/d3dx9_27/font.cross.o dlls/d3dx9_27/line.cross.o dlls/d3dx9_27/main.cross.o \
- dlls/d3dx9_27/math.cross.o dlls/d3dx9_27/mesh.cross.o dlls/d3dx9_27/preshader.cross.o \
- dlls/d3dx9_27/render.cross.o dlls/d3dx9_27/shader.cross.o dlls/d3dx9_27/skin.cross.o \
- dlls/d3dx9_27/sprite.cross.o dlls/d3dx9_27/surface.cross.o dlls/d3dx9_27/texture.cross.o \
- dlls/d3dx9_27/txc_compress_dxtn.cross.o dlls/d3dx9_27/txc_fetch_dxtn.cross.o \
- dlls/d3dx9_27/util.cross.o dlls/d3dx9_27/volume.cross.o dlls/d3dx9_27/xfile.cross.o \
- dlls/d3dx9_27/version.res dlls/windowscodecs/libwindowscodecs.delay.a dlls/usp10/libusp10.delay.a \
- dlls/d3d9/libd3d9.cross.a dlls/d3dcompiler_47/libd3dcompiler.cross.a libs/dxguid/libdxguid.cross.a \
- dlls/d3dxof/libd3dxof.cross.a dlls/ole32/libole32.cross.a dlls/gdi32/libgdi32.cross.a \
- dlls/user32/libuser32.cross.a dlls/winecrt0/libwinecrt0.cross.a dlls/ucrtbase/libucrtbase.cross.a \
- dlls/kernel32/libkernel32.cross.a dlls/ntdll/libntdll.cross.a
- x86_64-w64-mingw32-gcc -c -o dlls/d3dx9_28/animation.cross.o ../wine-lol/dlls/d3dx9_36/animation.c -Idlls/d3dx9_28 \
- -I../wine-lol/dlls/d3dx9_28 -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include \
- -I../wine-lol/include/msvcrt -D__WINESRC__ -DD3DX_SDK_VERSION=28 -D_UCRT -D__WINE_PE_BUILD -Wall \
- -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=28 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=28 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=28 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=28 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
- 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 \
- -I../wine-lol/dlls/d3dx9_36 -Iinclude -I../wine-lol/include -I../wine-lol/include/msvcrt \
- -D__WINESRC__ -DD3DX_SDK_VERSION=28 -D_UCRT -D__WINE_PE_BUILD -Wall -fno-strict-aliasing \
- -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Winit-self \
- -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \
- -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -Wabsolute-value \
- -Wno-format -Wformat-overflow -Wnonnull -mcx16 -gdwarf-4 -Wformat -g -O2
Add Comment
Please, Sign In to add comment