Silence some gcc-8-snapshot compiler warnings.

This commit is contained in:
Markus F.X.J. Oberhumer
2018-01-19 14:13:58 +01:00
parent 9485a56af1
commit 9248f02557
9 changed files with 17 additions and 25 deletions
+4 -4
View File
@@ -179,10 +179,10 @@ protected:
ddirs_t *oddirs;
__packed_struct(import_desc)
LE32 oft; // orig first thunk
char _[8];
LE32 dllname;
LE32 iat; // import address table
LE32 oft; // orig first thunk
char _[8];
LE32 dllname;
LE32 iat; // import address table
__packed_struct_end()
LE32 &IDSIZE(unsigned x);