Disable warnings about C backend being experimental in CI builds

These warnings are perhaps useful for the SWIG end users, but not really
in the CI build logs, where they just create noise and are distracting.
This commit is contained in:
Vadim Zeitlin 2021-10-05 00:23:20 +02:00
commit 86205e86e3

View file

@ -43,6 +43,7 @@ jobs:
compiler: clang
desc: clang
- SWIGLANG: c
SWIG_FEATURES: "-w524"
- SWIGLANG: csharp
# D support can't be enabled because dmd 2.066 fails to build anything
# under Ubuntu 18.04 due to its standard library (libphobos2.a) not