Fix clang compile warnings (#3396)
This commit is contained in:
@ -112,7 +112,7 @@ struct WASMMemoryInstance {
|
||||
|
||||
/* Four-byte paddings to ensure the layout of WASMMemoryInstance is the same
|
||||
* in both 64-bit and 32-bit */
|
||||
uint8 __paddings[4];
|
||||
uint8 _paddings[4];
|
||||
|
||||
/* Number bytes per page */
|
||||
uint32 num_bytes_per_page;
|
||||
|
||||
Reference in New Issue
Block a user