This option is only valid for C++ and ObjC++, but the kwarg is useful for mixed language targets. Asking for inlines as well, when the compiler driver is trying to build the C components of a target, results in gcc emitting: ``` cc1: warning: command-line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for C ``` Squelch this warning by filtering it out on Meson's side of things.pull/10380/head
parent
d6e3517e0d
commit
7c4087ace5
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue