From de0c30dded45ea9956a2e7b241ce16641b30492f Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 8 Feb 2015 23:36:01 +0100 Subject: Static Code Analysis: handle unused variables more properly. Catch STL exception. Add more checks. Add proper cast to arithmetic operations. --- src/Common/Format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/Format.h') diff --git a/src/Common/Format.h b/src/Common/Format.h index 3422fecf..584d98d9 100644 --- a/src/Common/Format.h +++ b/src/Common/Format.h @@ -33,7 +33,7 @@ typedef struct int pkcs5; uint32 headerFlags; int fileSystem; - int clusterSize; + unsigned int clusterSize; BOOL sparseFileSwitch; BOOL quickFormat; int sectorSize; -- cgit v1.2.3