Fix clang compile warnings (#3396)

This commit is contained in:
Benbuck Nason
2024-05-08 01:43:47 -07:00
committed by GitHub
parent 07eae7c424
commit 432a940735
6 changed files with 24 additions and 9 deletions

View File

@ -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;