Warning Suppression
#56827
Replies: 1 comment 2 replies
-
Please provide a minimal working example with all the steps you are doing. It might be depended on the compiler you are using. To inhibit all warnings, do something like:
But, Zephyr's warning setting is sane IMHO and any warnings should be fixed. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting a ton of warnings that aren't useful when building my app, which are hiding the really important issues.
This makes getting to the root of any problem a real hassle.
Can anyone provide/link-to guidance on how to suppress various warnings? I can't easily locate any.
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions