forked from M-Labs/nac3
core: irrt build with -W=return-type
This commit is contained in:
parent
6c10e3d056
commit
5047379ac0
|
@ -31,6 +31,7 @@ fn main() {
|
|||
"-S",
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Werror=return-type",
|
||||
"-o",
|
||||
"-",
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue