lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 3d6bbdc6 3/6: Fix defect introduced 20200608T


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3d6bbdc6 3/6: Fix defect introduced 20200608T2219Z: dead code
Date: Wed, 29 Jun 2022 11:11:35 -0400 (EDT)

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

    Fix defect introduced 20200608T2219Z: dead code
    
    Commit cddcbaa1864a3 of 20200608T2219Z removed the definition of
    $(wx_dependent_objects), but left a line incorporating it into
    $(wno_sign_conv_objects).
---
 compiler_gcc_warnings.make | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler_gcc_warnings.make b/compiler_gcc_warnings.make
index 7b991559..3b9b2cb9 100644
--- a/compiler_gcc_warnings.make
+++ b/compiler_gcc_warnings.make
@@ -240,7 +240,6 @@ wno_conv_objects := \
 $(wno_conv_objects): gcc_common_extra_warnings += -Wno-conversion 
-Wfloat-conversion
 
 wno_sign_conv_objects := \
-  $(wx_dependent_objects) \
   crc32.o \
   getopt.o \
   md5.o \



reply via email to

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