summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-06-10 17:26:41 (GMT)
committerGitHub <noreply@github.com>2021-06-10 17:26:41 (GMT)
commit311641642ef14d48176ae77a74927ac8536cf12c (patch)
treec9ac82e090389c3e2dc84efb6ffc6b6d53dde66a /config/gnu-warnings
parent35d86906fa47dadcb4b9dfed462f1325c49be482 (diff)
downloadhdf5-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/gnu-warnings')
-rw-r--r--config/gnu-warnings/developer-104
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