Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Dec 28, 2024
1 parent 8e77275 commit 3cf0eda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/IDirect3D/IDirect3D2.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ HRESULT __stdcall IDirect3D2__EnumDevices(

if (lpEnumDevicesCallback)
{
D3DDEVICEDESC desc = { 0 };
//D3DDEVICEDESC desc = { 0 };
//lpEnumDevicesCallback((GUID FAR*)&GUID_NULL, "NULL", "NULL", &desc, &desc, lpUserArg);
}

Expand Down
2 changes: 1 addition & 1 deletion src/IDirect3D/IDirect3D3.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ HRESULT __stdcall IDirect3D3__EnumDevices(

if (lpEnumDevicesCallback)
{
D3DDEVICEDESC desc = { 0 };
//D3DDEVICEDESC desc = { 0 };
//lpEnumDevicesCallback((GUID FAR*)&GUID_NULL, "NULL", "NULL", &desc, &desc, lpUserArg);
}

Expand Down
2 changes: 1 addition & 1 deletion src/IDirect3D/IDirect3D7.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ HRESULT __stdcall IDirect3D7__EnumDevices(

if (lpEnumDevicesCallback)
{
D3DDEVICEDESC7 desc = { 0 };
//D3DDEVICEDESC7 desc = { 0 };
//lpEnumDevicesCallback("NULL", "NULL", &desc, lpUserArg);
}

Expand Down

0 comments on commit 3cf0eda

Please sign in to comment.