Disabling warnings for headers in subprojects. #14484
Unanswered
andre-caldas
asked this question in
Q&A
Replies: 1 comment 5 replies
-
is_system marks the headers as being a stdlib implementation such that gcc should apply its GCC doesn't implement -iexternal, unfortunately. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I love
warning_level=everything
. But I do not want to see the warnings for stuff in a subproject (pybind11 to be specific). It would be nice if I could disable warnings independency()
.For example, being able to pass
is_system
todependency()
would be nice.Actually, I do think
dependency()
could make things asis_system: true
by default. But I do not have an opinion on which is more appropriate.Beta Was this translation helpful? Give feedback.
All reactions