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:
@ -13,7 +13,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
uint64
|
||||
bh_get_tick_ms();
|
||||
bh_get_tick_ms(void);
|
||||
uint32
|
||||
bh_get_elpased_ms(uint32 *last_system_clock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user