lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 713d56f 46/46: Fix defect introduced 20200608


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 713d56f 46/46: Fix defect introduced 20200608T2219Z: warning not suppressed
Date: Wed, 22 Jul 2020 11:05:17 -0400 (EDT)

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

    Fix defect introduced 20200608T2219Z: warning not suppressed
    
    Commit cddcbaa1864a3c of 20200608T2219Z inadvertently un-disabled
    '-Wconversion' for xmlwrapp, introducing a problem with x86_64 only.
    See:
      https://lists.nongnu.org/archive/html/lmi/2020-07/msg00041.html
    
    This would have been caught automatically and earlier if the build-
    everything scripts ran a nychthemeral test for all supported
    architectures, rather than only for the one used in production.
---
 workhorse.make | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/workhorse.make b/workhorse.make
index 1f7cec4..fac7b8b 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -607,6 +607,12 @@ endif
 # Too many warnings for wx and various boost libraries:
 #  -Wold-style-cast \
 
+# 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]