lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 17c9b8e0 16/24: Enable another clang warning,


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 17c9b8e0 16/24: Enable another clang warning, except for cgicc
Date: Fri, 8 Jul 2022 07:11:27 -0400 (EDT)

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

    Enable another clang warning, except for cgicc
---
 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 97a19726..add31320 100644
--- a/compiler_clang_warnings.make
+++ b/compiler_clang_warnings.make
@@ -83,7 +83,6 @@ clang_cxx_warnings := \
   -Wno-padded \
   -Wno-reserved-macro-identifier \
   -Wno-shadow \
-  -Wno-shorten-64-to-32 \
   -Wno-sign-conversion \
   -Wno-string-plus-int \
   -Wno-undefined-func-template \
@@ -94,6 +93,7 @@ clang_cxx_warnings := \
 # Target-specific modifications.
 
 $(cgicc_objects): clang_common_extra_warnings += \
+  -Wno-shorten-64-to-32 \
   -Wno-unknown-pragmas \
   -Wno-zero-as-null-pointer-constant \
 



reply via email to

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