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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user