Replies: 1 comment 9 replies
-
Yes, you can: https://mesonbuild.com/Machine-files.html#meson-builtin-options [built-in options]
warning_level = '0' |
Beta Was this translation helpful? Give feedback.
9 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.
-
I'm getting this warning, but I could not find a way to set the
warning_level
.My project builds multi-platform tests, and I cannot add it to the top
project()
since I need to enable it only for some platforms.Is there any way to set it programatically? Or via an entry in the
cross.ini
, which, in my case, is defined for each platform.Beta Was this translation helpful? Give feedback.
All reactions