File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ version=1.7.5
25
25
# Compile variables
26
26
# -----------------
27
27
28
- compiler.warning_flags=-w
29
- compiler.warning_flags.none=-w
30
- compiler.warning_flags.default=
31
- compiler.warning_flags.more=-Wall -Wno-expansion-to-defined
32
- compiler.warning_flags.all=-Wall -Wextra -Wno-expansion-to-defined
28
+ compiler.warning_flags=-Werror=return-type
29
+ compiler.warning_flags.none=-Werror=return-type
30
+ compiler.warning_flags.default=-Werror=return-type
31
+ compiler.warning_flags.more=-Wall -Werror=return-type - Wno-expansion-to-defined
32
+ compiler.warning_flags.all=-Wall -Wextra -Werror=return-type - Wno-expansion-to-defined
33
33
34
34
compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/
35
35
compiler.c.cmd=arm-none-eabi-gcc
You can’t perform that action at this time.
0 commit comments