lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 8c4089d6 02/24: Label a section for target-sp


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 8c4089d6 02/24: Label a section for target-specific warnings
Date: Fri, 8 Jul 2022 07:11:24 -0400 (EDT)

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

    Label a section for target-specific warnings
---
 compiler_clang_warnings.make | 2 ++
 compiler_gcc_warnings.make   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/compiler_clang_warnings.make b/compiler_clang_warnings.make
index 24e72252..47fa8e02 100644
--- a/compiler_clang_warnings.make
+++ b/compiler_clang_warnings.make
@@ -95,6 +95,8 @@ clang_cxx_warnings := \
   -Wno-weak-vtables \
   -Wno-zero-as-null-pointer-constant \
 
+# Target-specific modifications.
+
 # Keep version-specific warnings last, so that they override others.
 
 C_WARNINGS = \
diff --git a/compiler_gcc_warnings.make b/compiler_gcc_warnings.make
index 1b8ca96c..0a647387 100644
--- a/compiler_gcc_warnings.make
+++ b/compiler_gcc_warnings.make
@@ -224,6 +224,8 @@ postponed_gcc_cxx_warnings := \
 
 gcc_common_extra_warnings := \
 
+# Target-specific modifications.
+
 bourn_cast_test.o: gcc_common_extra_warnings += \
   -Wno-double-promotion \
 



reply via email to

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