mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Removed -fanalyzer from the gcc 10 developer options (#744)
This is extremely slow and generates a LOT of false positives. It's also not really a warning flag, but an analysis feature and thus belongs in a separate configure option, not lumped in with the warnings.
This commit is contained in:
@@ -1,6 +1,2 @@
|
||||
# New warning
|
||||
-Warith-conversion
|
||||
|
||||
# Enable static analysis of program flow
|
||||
-fanalyzer
|
||||
-fdiagnostics-path-format=none
|
||||
|
||||
Reference in New Issue
Block a user