Fix more compiler warnings (gcc and clang)

This commit is contained in:
2023-02-03 07:39:32 +03:00
parent 5b0cf9febc
commit ff1db047ff
19 changed files with 114 additions and 118 deletions

View File

@@ -25,6 +25,6 @@ int get_fake_if(ucontext_t *ctx) {
return !(ctx->uc_mcontext.__gregs[REG_EFL] & (1 << 21));
}
void system_shutdown() {
void system_shutdown(void) {
exit(0);
}