Replies: 1 comment 3 replies
-
Add BTW, please use triple backticks to encode your code.
|
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi,
I have a project where we would like to threat all warnings as errors. However, we would like to exclude the warnings within the zephyr source code. There are several warnings during compilation like unused-parameter and missing-field-initializers caused by zephyr includes. What would be the best approach here? I believe it is OK to ignore/suppress the warnings within the zephyr source but would like to be pedantic about our own code.
The CMakeLists.exe file is as follows:
Thanks,
Ron
Beta Was this translation helpful? Give feedback.
All reactions