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",
|
"-S",
|
||||||
"-Wall",
|
"-Wall",
|
||||||
"-Wextra",
|
"-Wextra",
|
||||||
|
"-Werror=return-type",
|
||||||
"-o",
|
"-o",
|
||||||
"-",
|
"-",
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue