lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master e5eeed14 20/24: Explain why two more clang wa


From: Greg Chicares
Subject: [lmi-commits] [lmi] master e5eeed14 20/24: Explain why two more clang warnings are disabled
Date: Fri, 8 Jul 2022 07:11:28 -0400 (EDT)

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

    Explain why two more clang warnings are disabled
---
 compiler_clang_warnings.make | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/compiler_clang_warnings.make b/compiler_clang_warnings.make
index c56a01a8..0aea81ef 100644
--- a/compiler_clang_warnings.make
+++ b/compiler_clang_warnings.make
@@ -47,6 +47,8 @@ clang_c_warnings := \
 
 # Write '-Wno' options at the end, with a rationale here.
 #
+# -Wlogical-op-parentheses: && is multiplicative; || is additive
+# -Wmismatched-tags: stylistic freedom--not a defect
 # -Wpadded: useful only for low-level work
 # -Wstring-plus-int: false negatives and no true positives in lmi
 # -Wunreachable-code-break: pleonastic 'break' adds clarity



reply via email to

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