From 311641642ef14d48176ae77a74927ac8536cf12c Mon Sep 17 00:00:00 2001 From: Dana Robinson <43805+derobins@users.noreply.github.com> Date: Thu, 10 Jun 2021 10:26:41 -0700 Subject: 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. --- config/gnu-warnings/developer-10 | 4 ---- 1 file changed, 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 -- cgit v0.12