From 98e32f5ac0b5c10f50a3410467145b216831bcea Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sat, 17 Jan 2004 17:29:04 +0000 Subject: [PATCH] eliminated misleading GCC warning svn path=/trunk/; revision=7726 --- reactos/subsys/system/explorer/shell/shellfs.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/subsys/system/explorer/shell/shellfs.cpp b/reactos/subsys/system/explorer/shell/shellfs.cpp index 409b2c6b1ff..77fe42c53e6 100644 --- a/reactos/subsys/system/explorer/shell/shellfs.cpp +++ b/reactos/subsys/system/explorer/shell/shellfs.cpp @@ -332,7 +332,6 @@ void ShellDirectory::read_directory(int scan_flags) #define FETCH_ITEM_COUNT 32 LPITEMIDLIST pidls[FETCH_ITEM_COUNT]; ULONG cnt = 0; - ULONG n; memset(pidls, 0, sizeof(pidls)); @@ -345,7 +344,7 @@ void ShellDirectory::read_directory(int scan_flags) if (hr_next == S_FALSE) break; - for(n=0; n