Commit ee641ef8 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

d3d11: Use WARN() instead of FIXME() in d3d11_device_GetDeviceRemovedReason().

It's harmless. Signed-off-by: 's avatarJózef Kucia <jkucia@codeweavers.com> Signed-off-by: 's avatarHenri Verbeet <hverbeet@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent f6160d2a
......@@ -3517,7 +3517,7 @@ static UINT STDMETHODCALLTYPE d3d11_device_GetCreationFlags(ID3D11Device *iface)
static HRESULT STDMETHODCALLTYPE d3d11_device_GetDeviceRemovedReason(ID3D11Device *iface)
{
FIXME("iface %p stub!\n", iface);
WARN("iface %p stub!\n", iface);
return S_OK;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment