From ce76957a10070c132a8adfbe2e7d3f12395b4caa Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 16 Aug 2016 04:04:31 +0200 Subject: Windows: Fix various issues detected by static analysis. --- src/Common/XZip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/XZip.cpp') diff --git a/src/Common/XZip.cpp b/src/Common/XZip.cpp index 9ce6de5d..be6d27ef 100644 --- a/src/Common/XZip.cpp +++ b/src/Common/XZip.cpp @@ -686,7 +686,7 @@ typedef struct zlist { char iname[MAX_PATH]; // Internal file name after cleanup char zname[MAX_PATH]; // External version of internal name int mark; // Marker for files to operate on - int trash; // Marker for files to delete + // int trash; // Marker for files to delete int dosflag; // Set to force MSDOS file attributes struct zlist far *nxt; // Pointer to next header in list } TZipFileInfo; -- cgit v1.2.3