lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master b5cee829 18/24: Explain why '-Wpadded' is dis


From: Greg Chicares
Subject: [lmi-commits] [lmi] master b5cee829 18/24: Explain why '-Wpadded' is disabled for clang
Date: Fri, 8 Jul 2022 07:11:28 -0400 (EDT)

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

    Explain why '-Wpadded' is disabled for clang
    
    Copied explanation from 'compiler_gcc_warnings.make'. For concinnity
    with the gcc makefile, removed terminal periods in this section.
---
 compiler_clang_warnings.make | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/compiler_clang_warnings.make b/compiler_clang_warnings.make
index d9f09060..543e387a 100644
--- a/compiler_clang_warnings.make
+++ b/compiler_clang_warnings.make
@@ -47,10 +47,11 @@ clang_c_warnings := \
 
 # Write '-Wno' options at the end, with a rationale here.
 #
-# -Wstring-plus-int: false negatives and no true positives in lmi.
-# -Wunreachable-code-break: pleonastic 'break' adds clarity.
-# -Wweak-template-vtables: same as '-Wweak-vtables'.
-# -Wweak-vtables: it's better to let the linker remove duplicates.
+# -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
+# -Wweak-template-vtables: same as '-Wweak-vtables'
+# -Wweak-vtables: it's better to let the linker remove duplicates
 
 clang_cxx_warnings := \
   $(clang_common_warnings) \



reply via email to

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