build: ensure full set of compiler warnings #58381
Labels
area: Coding Guidelines
Coding guidelines and style
area: Toolchains
Toolchains
Enhancement
Changes/Updates/Additions to existing features
Is your enhancement proposal related to a problem? Please describe.
Currently zephyr does not enable all warnings. This means that some potential problems can be missed and also it means that full set of compiler warnings can not be enabled for all code in downstream projects.
Describe the solution you'd like
I would like to have all of the below warnings enabled and the specific lines with "-Wno..." removed once all issues with all subsystems have been fixed.
Describe alternatives you've considered
Currently using the above code.
Additional context
None
The text was updated successfully, but these errors were encountered: