From e9ede93468653fceaa10734789364f06b64f10d3 Mon Sep 17 00:00:00 2001 From: project-repo Date: Sat, 30 Dec 2023 18:17:49 +0100 Subject: [PATCH] Fanalyzer is no longer brand-new. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a79a6a..098c1ae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -207,7 +207,7 @@ Use of the script version is discouraged. Cagebreak should compile with any reasonably new gcc or clang. Consider a gcc version of at least [10.1](https://gcc.gnu.org/gcc-10/changes.html) if -you want to get the benefit of the brand-new +you want to get the benefit of the [-fanalyzer](https://gcc.gnu.org/onlinedocs/gcc/Static-Analyzer-Options.html) flag. However, this new flag sometimes produces false-postives and we selectively disable warnings for affected code segments as described below.