1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-24 06:10:09 +01:00

Get rid of some compiler warnings.

This commit is contained in:
v.audacity
2013-10-31 22:28:21 +00:00
parent 95215dd0e1
commit 8408eaf52a
6 changed files with 8 additions and 11 deletions

View File

@@ -246,9 +246,6 @@ int open_ep_mixers_byid(px_mixer *Px, wchar_t *deviceIn, wchar_t *deviceOut)
IMMDeviceEnumerator *denum = NULL;
IMMDevice *device = NULL;
HRESULT hr;
MMRESULT res;
LPWSTR idStr;
size_t idLen;
if (!initialize(Px)) {
goto fail;