Michael Stefaniuc : dplayx: Avoid shadowing a variable used in loop control (PVS-Studio).
Module: wine Branch: master Commit: 9f6bf52ff181b5682ce757c58e03c9fa1b8b90ad URL: http://source.winehq.org/git/wine.git/?a=commit;h=9f6bf52ff181b5682ce757c58e... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Tue Oct 13 00:31:26 2015 +0200 dplayx: Avoid shadowing a variable used in loop control (PVS-Studio). Signed-off-by: Michael Stefaniuc <mstefani(a)redhat.de> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dplayx/dplobby.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/dplayx/dplobby.c b/dlls/dplayx/dplobby.c index 2b4b554..2cf342f 100644 --- a/dlls/dplayx/dplobby.c +++ b/dlls/dplayx/dplobby.c @@ -762,8 +762,6 @@ static HRESULT WINAPI IDirectPlayLobby3AImpl_EnumAddressTypes( IDirectPlayLobby3 DWORD dwAtIndex; LPCSTR atKey = "Address Types"; LPCSTR guidDataSubKey = "Guid"; - FILETIME filetime; - TRACE(" this time through: %s\n", subKeyName );
participants (1)
-
Alexandre Julliard