-
-
Notifications
You must be signed in to change notification settings - Fork 414
Open
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement
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
const DEFAULT_WARNINGS_LEVEL = "none" |
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
Metadata
Metadata
Assignees
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement