GHA: Restore silent flag to building SWIG

There is too much cruft to wade through to find compiler warnings.
I check these once in a while for all compilers.
We could alternatively use -Werr, but at the risk of more broken builds.
This commit is contained in:
William S Fulton 2021-10-13 12:03:20 +01:00
commit af68e7f618

View file

@ -258,7 +258,7 @@ jobs:
working-directory: build/build
run: |
set -x
make $SWIGJOBS
make -s $SWIGJOBS
./swig -version && ./swig -pcreversion
- name: Test