Re: [PATCH] dxgi: Silence a noisy fixme
2 Dec
2016
2 Dec
'16
10:45 a.m.
On 2 December 2016 at 10:26, Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> wrote:
static HRESULT STDMETHODCALLTYPE dxgi_output_WaitForVBlank(IDXGIOutput *iface) { - FIXME("iface %p stub!\n", iface); + BOOL once = FALSE; + + if (!once++) + FIXME("iface %p stub!\n", iface);
return E_NOTIMPL; } Did you test that this does what you think it does?
Leaving that issue aside for the moment, while printing the FIXME only once is probably fine, not tracing anything on subsequent calls isn't.
3298
Age (days ago)
3298
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet