[warnings] fix some msbuild warnings

This commit is contained in:
akallabeth
2024-09-12 12:39:18 +02:00
parent b29c141c39
commit 7ebefc505f
3 changed files with 24 additions and 29 deletions

View File

@@ -177,7 +177,6 @@ static DWORD WINAPI audin_winmm_thread_func(LPVOID arg)
if (!winmm->hWaveIn)
{
MMRESULT rc;
rc = waveInOpen(&winmm->hWaveIn, WAVE_MAPPER, winmm->pwfx_cur, (DWORD_PTR)waveInProc,
(DWORD_PTR)winmm,
CALLBACK_FUNCTION | WAVE_MAPPED_DEFAULT_COMMUNICATION_DEVICE);