Removed more warnings, mostly related to unused-variable

issue #121

We still have to work on unused-parameter
This commit is contained in:
Yehonal
2017-09-18 03:16:32 +02:00
parent cf627d8327
commit 5ec07ef31f
78 changed files with 190 additions and 213 deletions

View File

@@ -53,8 +53,8 @@ class adt_MCLQ
uint32 fcc;
char fcc_txt[4];
};
uint32 size;
public:
uint32 size;
float height1;
float height2;
struct liquid_data{
@@ -82,8 +82,8 @@ class adt_MCNK
uint32 fcc;
char fcc_txt[4];
};
uint32 size;
public:
uint32 size;
uint32 flags;
uint32 ix;
uint32 iy;
@@ -141,8 +141,8 @@ class adt_MCIN
uint32 fcc;
char fcc_txt[4];
};
uint32 size;
public:
uint32 size;
struct adt_CELLS{
uint32 offsMCNK;
uint32 size;
@@ -257,6 +257,7 @@ class adt_MHDR
uint32 fcc;
char fcc_txt[4];
};
public:
uint32 size;
uint32 pad;