libmesh
libmesh copied to clipboard
New compilation warnings in contrib as of clang 11.0.0
See the discussion in #2812 related to new compilation warnings related to clang 11.0.0. New warnings are now seen in:
- netcdf3
- exodusii
- tecplot / tecio (related to X11 as well)
- qhull
If undesired, these contribs should be updated to newer versions without these warnings (if available).
As far as I can see, qhull is not used at all:
- no occurence of "qh_" anywhere outside contrib/qhull
- no occurences of "ENABLE_QHULL"
- no actual usage of QHULL_LIBS