19 Jun
2024
19 Jun
'24
3:19 a.m.
Davide Beatrici (@davidebeatrici) commented about dlls/mmdevapi/client.c:
UINT32 *cur_period_frames) { struct audio_client *This = impl_from_IAudioClient3(iface); - FIXME("(%p)->(%p, %p) - stub\n", This, cur_format, cur_period_frames); - return E_NOTIMPL; + UINT32 var;
This is a throwaway variable. Is the `var` name okay? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5875#note_73664