We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57db582 commit 8df4963Copy full SHA for 8df4963
platform.local.txt
@@ -0,0 +1,3 @@
1
+# Arduino Compile Warning Levels for the IDE -- removing -Werror=all
2
+compiler.warning_flags.more=-Wall
3
+compiler.warning_flags.all=-Wall -Wextra
platform.txt
@@ -106,8 +106,8 @@ compiler.size.cmd={compiler.prefix}size
106
compiler.warning_flags=-w
107
compiler.warning_flags.none=-w
108
compiler.warning_flags.default=
109
-compiler.warning_flags.more=-Wall
110
-compiler.warning_flags.all=-Wall -Wextra
+compiler.warning_flags.more=-Wall -Werror=all
+compiler.warning_flags.all=-Wall -Werror=all -Wextra
111
112
# These can be overridden in platform.local.txt
113
compiler.c.extra_flags=
0 commit comments