Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more warnings #1534

Merged
merged 11 commits into from
Jun 27, 2022
Merged

Add more warnings #1534

merged 11 commits into from
Jun 27, 2022

Conversation

hathach
Copy link
Owner

@hathach hathach commented Jun 27, 2022

Describe the PR

  • increase more warnings option, all ports get -Wnull-dereference -Wuninitialized -Wunused -Wredundant-decls.
  • rp2040 include an additional -Wconversion (pretty troublesome on other ports due to mcu driver). example.cmake is added for holding common examples such as warnings (may move some bsp cmake later on).
  • dual example for rp2040 is an exception since pio-usb has to fix its warnings first.
  • fix freertos build with stm32g4 and stm32wb (also added to ci).

may force an update to #1521 @kilograham may be interested.

@hathach hathach merged commit 3ead682 into master Jun 27, 2022
@hathach hathach deleted the add-more-warnings branch June 27, 2022 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant