lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 2e6d19b 1/5: Refine target-specific warnings


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 2e6d19b 1/5: Refine target-specific warnings for gcc-8.2.0
Date: Thu, 28 Mar 2019 16:23:21 -0400 (EDT)

branch: master
commit 2e6d19b27c11a6c87ab5c74e045c844a53baf80f
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Refine target-specific warnings for gcc-8.2.0
---
 workhorse.make | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/workhorse.make b/workhorse.make
index 7d8a50e..1bbcd65 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -609,10 +609,11 @@ endif
 # Too many warnings for wx and various boost libraries:
 #  -Wold-style-cast \
 
-# See:
+# 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 \
   -Wno-null-dereference \
   -Wno-switch-enum \
 
@@ -620,6 +621,7 @@ $(xmlwrapp_objects): gcc_common_extra_warnings += \
 
 wno_conv_objects := \
   CgiUtils.o \
+  FormEntry.o \
   currency_test.o \
   rate_table.o \
   round_glibc.o \



reply via email to

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