diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-06-10 17:26:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 17:26:41 (GMT) |
commit | 311641642ef14d48176ae77a74927ac8536cf12c (patch) | |
tree | c9ac82e090389c3e2dc84efb6ffc6b6d53dde66a /config | |
parent | 35d86906fa47dadcb4b9dfed462f1325c49be482 (diff) | |
download | hdf5-311641642ef14d48176ae77a74927ac8536cf12c.zip hdf5-311641642ef14d48176ae77a74927ac8536cf12c.tar.gz hdf5-311641642ef14d48176ae77a74927ac8536cf12c.tar.bz2 |
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.
Diffstat (limited to 'config')
-rw-r--r-- | config/gnu-warnings/developer-10 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/gnu-warnings/developer-10 b/config/gnu-warnings/developer-10 index fcd460d..022c97f 100644 --- a/config/gnu-warnings/developer-10 +++ b/config/gnu-warnings/developer-10 @@ -1,6 +1,2 @@ # New warning -Warith-conversion - -# Enable static analysis of program flow --fanalyzer --fdiagnostics-path-format=none |