Don't disable experimental warning for C in GHA workflow any more
This is not necessary any longer after the previous commit and is better
than setting SWIG_FEATURES in the workflow file, as this resulted in
showing "-w524" in the name of C CI build since the changes of 04a6ad3bb
(Add SWIG_FEATURES into GHA name, 2021-10-21), which was a bit ugly.
This commit is contained in:
parent
9ac6ab3b8a
commit
63a229a40f
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -44,7 +44,6 @@ jobs:
|
|||
desc: clang
|
||||
- SWIGLANG: c
|
||||
CPP11: 1
|
||||
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