修正一些编译器警告

This commit is contained in:
longjin
2022-10-17 18:40:07 +08:00
parent 34205659b5
commit 173c988d5d
5 changed files with 11 additions and 10 deletions

View File

@ -44,7 +44,8 @@
.next_pcb = &proc, \
.parent_pcb = &proc, \
.exit_code = 0, \
.wait_child_proc_exit = 0 \
.wait_child_proc_exit = 0, \
.worker_private = NULL \
}
/**