lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master e7ef946d 11/24: Disable a warning only for cg


From: Greg Chicares
Subject: [lmi-commits] [lmi] master e7ef946d 11/24: Disable a warning only for cgicc
Date: Fri, 8 Jul 2022 07:11:26 -0400 (EDT)

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

    Disable a warning only for cgicc
---
 compiler_clang_warnings.make | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/compiler_clang_warnings.make b/compiler_clang_warnings.make
index 47fa8e02..6244f074 100644
--- a/compiler_clang_warnings.make
+++ b/compiler_clang_warnings.make
@@ -97,6 +97,9 @@ clang_cxx_warnings := \
 
 # Target-specific modifications.
 
+$(cgicc_objects): clang_common_extra_warnings += \
+  -Wno-zero-as-null-pointer-constant \
+
 # Keep version-specific warnings last, so that they override others.
 
 C_WARNINGS = \



reply via email to

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