forked from M-Labs/nac3
1
0
Fork 0

core: irrt build with -W=return-type

This commit is contained in:
lyken 2024-07-12 20:34:06 +08:00
parent 6c10e3d056
commit 5047379ac0
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ fn main() {
"-S", "-S",
"-Wall", "-Wall",
"-Wextra", "-Wextra",
"-Werror=return-type",
"-o", "-o",
"-", "-",
]; ];