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/Fat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/Fat.h') diff --git a/src/Common/Fat.h b/src/Common/Fat.h index 59c993b3..cbb7e0d4 100644 --- a/src/Common/Fat.h +++ b/src/Common/Fat.h @@ -19,7 +19,7 @@ typedef struct fatparams_t int size_fat; /* size of FAT */ int fats; int media; - int cluster_size; + unsigned int cluster_size; int fat_length; uint16 dir_entries; uint16 sector_size; -- cgit v1.2.3