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:
parent
52bd63b31d
commit
86205e86e3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue