lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 9d52b331 1/8: Correct a comment


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 9d52b331 1/8: Correct a comment
Date: Sun, 10 Jul 2022 20:41:30 -0400 (EDT)

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

    Correct a comment
    
    Numerous positives were seen (i.e., there were numerous warnings).
    All were false positives (i.e., unwanted warnings on good code).
    
    No false negatives (i.e., failures to warn on bad code) were noticed.
---
 compiler_clang_warnings.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler_clang_warnings.make b/compiler_clang_warnings.make
index 8a8e171a..710df17e 100644
--- a/compiler_clang_warnings.make
+++ b/compiler_clang_warnings.make
@@ -69,7 +69,7 @@ clang_c_warnings := \
 # -Wmissing-variable-declarations: inappropriate for C++
 # -Wpadded: useful only for low-level work
 # -Wsign-conversion: too many false positives, e.g., v[signed]
-# -Wstring-plus-int: false negatives and no true positives in lmi
+# -Wstring-plus-int: all positives in lmi are false
 # -Wundefined-func-template: all positives seem false--see:
 #    https://lists.nongnu.org/archive/html/lmi/2022-07/msg00018.html
 # -Wunreachable-code-break: pleonastic 'break' adds clarity



reply via email to

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