Suppress the warnings when building with GCC11 (#1622)

Add pragma to ignore "-Waddress-of-packed-member"
Adds `void` parameter to the prototype of some functions to make them
have strict declarations
This commit is contained in:
casaroli
2022-10-20 15:26:57 +02:00
committed by GitHub
parent f8af659caa
commit 4c61bfd10d
5 changed files with 19 additions and 6 deletions

View File

@ -141,7 +141,7 @@ bh_hash_map_get_struct_size(HashMap *hashmap);
* @return the memory space occupied by HashMapElem structure
*/
uint32
bh_hash_map_get_elem_struct_size();
bh_hash_map_get_elem_struct_size(void);
/**
* Traverse the hash map and call the callback function