lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 48a9920b 2/6: Fix defect introduced 20201007T


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 48a9920b 2/6: Fix defect introduced 20201007T2134Z: dead code
Date: Wed, 29 Jun 2022 11:11:35 -0400 (EDT)

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

    Fix defect introduced 20201007T2134Z: dead code
    
    Commit 70a973c81fc72 of 20201007T2134Z removed the definition of
    $(xmlwrapp_objects), but left a target-specific warning for it.
---
 compiler_gcc_warnings.make | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/compiler_gcc_warnings.make b/compiler_gcc_warnings.make
index 6417827e..7b991559 100644
--- a/compiler_gcc_warnings.make
+++ b/compiler_gcc_warnings.make
@@ -231,12 +231,6 @@ $(cgicc_objects): gcc_common_extra_warnings += \
   -Wno-conversion \
   -Wno-zero-as-null-pointer-constant \
 
-# XMLWRAPP !! Remove these workarounds after updating xmlwrapp. See:
-#   https://lists.nongnu.org/archive/html/lmi/2019-03/msg00018.html
-# et seqq.:
-$(xmlwrapp_objects): gcc_common_extra_warnings += \
-  -Wno-conversion \
-
 # SOMEDAY !! Address some of these '-Wconversion' issues.
 
 wno_conv_objects := \



reply via email to

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