lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 782f0641 4/6: Don't limit the number of clang


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 782f0641 4/6: Don't limit the number of clang diagnostics
Date: Fri, 8 Jul 2022 16:59:16 -0400 (EDT)

branch: master
commit 782f0641814f2a953d6f65f24a51c2928ea716ca
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Don't limit the number of clang diagnostics
---
 compiler_clang_warnings.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compiler_clang_warnings.make b/compiler_clang_warnings.make
index 1973c6d0..c3b04d59 100644
--- a/compiler_clang_warnings.make
+++ b/compiler_clang_warnings.make
@@ -34,6 +34,7 @@ treat_warnings_as_errors := -pedantic-errors -Werror
 
 clang_common_warnings := \
   $(treat_warnings_as_errors) \
+  -ferror-limit=0 \
   -Weverything \
 
 # Write '-Wno' options at the end, with a rationale here.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]