You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- In addition to the "All" compiler warning level (-Wall -Wextra -Wno-expansion-to-defined), add -Wpedantic
- Add -Werror to fail CI build if any warnings are encountered
build.extra_flags is used for other purposes in the SAMD boards.txt so it would not have been ideal to use that property to set the warning flags. For this reason, I used compiler.c.extra_flags, compiler.cpp.extra_flags, and compiler.S.extra_flags instead.
0 commit comments