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:
Vadim Zeitlin 2021-10-30 23:54:12 +02:00
commit 63a229a40f

View file

@ -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