Michael Stefaniuc : dplayx: Avoid shadowing a variable used in loop control (PVS-Studio).

Alexandre Julliard julliard at wine.codeweavers.com
Tue Oct 13 10:53:47 CDT 2015


Module: wine
Branch: master
Commit: 9f6bf52ff181b5682ce757c58e03c9fa1b8b90ad
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9f6bf52ff181b5682ce757c58e03c9fa1b8b90ad

Author: Michael Stefaniuc <mstefani at 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 at redhat.de>
Signed-off-by: Alexandre Julliard <julliard at 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 );
 




More information about the wine-cvs mailing list