Open
Description
Bug Report
DEFAULT_WARNINGS_LEVEL is "none"
Current behavior
DEFAULT_WARNINGS_LEVEL is set to "none"
arduino-cli/legacy/builder/builder.go
Line 39 in 0866d99
Expected behavior
const DEFAULT_WARNINGS_LEVEL = "default"
Environment
Version: 0.10.0 Commit: ec5c3ed
Additional context
The Arduino IDE has four preferences options for warnings: None, Default, More, All
based on the selection, "none", "default", "more", or "all" gets concatenated with compiler.warning_flags. and the corresponding option from platform.txt is used in the build flags.
https://github.com/arduino/ArduinoCore-avr/blob/master/platform.txt#L16