We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664e9d8 commit 78380e8Copy full SHA for 78380e8
1 file changed
tests/common.sh
@@ -315,10 +315,10 @@ function install_core()
315
local hardware_core_path=$2
316
local debug=$3
317
318
- # Set our custom warnings for all builds
+ # Set our custom settings for all builds
319
printf "%s\n" \
320
- "compiler.c.extra_flags=-Wall -Wextra" \
321
- "compiler.cpp.extra_flags=-Wall -Wextra" \
+ "compiler.c.extra_flags=-Werror" \
+ "compiler.cpp.extra_flags=-Werror" \
322
"recipe.hooks.prebuild.1.pattern=\"{runtime.tools.python3.path}/python3\" -I \"{runtime.tools.makecorever}\" --git-root \"{runtime.platform.path}\" --version \"{version}\" \"{runtime.platform.path}/cores/esp8266/core_version.h\"" \
323
> "${core_path}"/platform.local.txt
324
echo -e "\n----platform.local.txt----"
0 commit comments