Set warnings to "default" by default #1792
Labels
conclusion: duplicate
Has already been submitted
topic: code
Related to content of the project itself
type: enhancement
Proposed improvement
Describe the request
I'd appreciate if the warning level would be set to "default" after a fresh installation, so that it produces similar warnings as Arduino IDE version 1.
Describe the current behavior
Currently, the warning level is set to "none" after a fresh install, not producing any warning.
With the code
Arduino IDE 1.8.18 gives the warning
when set to warning level "none", while Arduino IDE 2.0.4 does not give any warnings.
Arduino IDE version
2.0.4-nightly-20221229
Operating system
Windows
Operating system version
Windows 10 22H2
Additional context
I am working with children at the age of 10, who like experimenting much. It's not uncommon to see such high baud rates. Children love huge numbers. I'd prefer if they get some warnings when they compile their code.
Probably not much different for adults. They should get some warnings, too. You don't want to rely on undefined behavior.
Issue checklist
The text was updated successfully, but these errors were encountered: