Description
dll\win32\mciavi32\info.c 184 error Uninitialized variable: ret
if(dwFlags & MCI_GETDEVCAPS_ITEM) is false the switch case is never executed and the function exits with an unitialized variable.
NOTE: AFAIK This is a wine synced module.
dll\win32\mciavi32\info.c 184 error Uninitialized variable: ret
if(dwFlags & MCI_GETDEVCAPS_ITEM) is false the switch case is never executed and the function exits with an unitialized variable.
NOTE: AFAIK This is a wine synced module.