lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master a5e06004 14/24: Enable another clang warning,


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

branch: master
commit a5e0600400a647c30e1b3b21866df36fa683b854
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 934d8cac..90314de3 100644
--- a/compiler_clang_warnings.make
+++ b/compiler_clang_warnings.make
@@ -87,7 +87,6 @@ clang_cxx_warnings := \
   -Wno-sign-conversion \
   -Wno-string-plus-int \
   -Wno-undefined-func-template \
-  -Wno-unknown-pragmas \
   -Wno-unneeded-member-function \
   -Wno-unreachable-code-break \
   -Wno-weak-template-vtables \
@@ -96,6 +95,7 @@ clang_cxx_warnings := \
 # Target-specific modifications.
 
 $(cgicc_objects): clang_common_extra_warnings += \
+  -Wno-unknown-pragmas \
   -Wno-zero-as-null-pointer-constant \
 
 # Keep version-specific warnings last, so that they override others.



reply via email to

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