lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master e7a672bf 4/6: Refactor


From: Greg Chicares
Subject: [lmi-commits] [lmi] master e7a672bf 4/6: Refactor
Date: Wed, 29 Jun 2022 11:11:35 -0400 (EDT)

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

    Refactor
    
    Moved a warning that was always added to $(gcc_common_extra_warnings)
    into $(gcc_common_warnings).
---
 compiler_gcc_warnings.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler_gcc_warnings.make b/compiler_gcc_warnings.make
index 3b9b2cb9..16adfe4f 100644
--- a/compiler_gcc_warnings.make
+++ b/compiler_gcc_warnings.make
@@ -76,6 +76,7 @@ gcc_common_warnings := \
   -Warith-conversion \
   -Wcast-align=strict \
   -Wcast-function-type \
+  -Wcast-qual \
   -Wconversion \
   -Wdangling-else \
   -Wdeprecated-declarations \
@@ -222,7 +223,6 @@ gcc_cxx_warnings := \
 postponed_gcc_cxx_warnings := \
 
 gcc_common_extra_warnings := \
-  -Wcast-qual \
 
 bourn_cast_test.o: gcc_common_extra_warnings += \
   -Wno-double-promotion \



reply via email to

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