https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89549
David Blaikie <dblaikie at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dblaikie at gmail dot com --- Comment #23 from David Blaikie <dblaikie at gmail dot com> --- FWIW, the inability to disable this note has caused Clang to disable the warning due to the noise. ( https://reviews.llvm.org/D132914 ) It'd be nice to have a way to enable the warning as "best effort" - knowing that some files are too long to get checking. (but also - it'd be nice if the warning were implemented in such a way that it could scale up to indefinitely long files - it seems like that should be possible to have a scalable implementation of the warning? (at least a version that's linear in the number of lines in the file/or the number of lines in long nested scopes?))