[ci] open ci check with function declaration warning (#8546)

This commit is contained in:
Yuqiang Wang
2024-02-20 22:45:04 -05:00
committed by GitHub
parent 52a5b5cc48
commit c6bdee3c50
22 changed files with 49 additions and 44 deletions
+2 -2
View File
@@ -23,8 +23,8 @@
/* syscall handlers */
void arch_clone_exit(void);
void arch_fork_exit(void);
void arch_syscall_exit();
void arch_ret_to_user();
void arch_syscall_exit(void);
void arch_ret_to_user(void);
/* ELF relocation */
#ifdef ARCH_MM_MMU