Appease GCC strict prototypes warning (#3775)

This commit is contained in:
YAMAMOTO Takashi
2024-09-10 10:42:23 +09:00
committed by GitHub
parent cbc2078898
commit f453d9d5ce
30 changed files with 335 additions and 335 deletions

View File

@ -11,10 +11,10 @@ extern "C" {
#endif
bool
jit_debug_engine_init();
jit_debug_engine_init(void);
void
jit_debug_engine_destroy();
jit_debug_engine_destroy(void);
bool
jit_code_entry_create(const uint8 *symfile_addr, uint64 symfile_size);