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

@ -255,7 +255,7 @@ struct wasm_ref_t;
typedef struct wasm_val_t {
wasm_valkind_t kind;
uint8_t __paddings[7];
uint8_t _paddings[7];
union {
/* also represent a function index */
int32_t i32;