lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/multiarch d435a94 15/16: Work around a boost pro


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch d435a94 15/16: Work around a boost problem with gcc-8.x
Date: Wed, 10 Apr 2019 22:15:09 -0400 (EDT)

branch: odd/multiarch
commit d435a94d3e2fdd1741b04ebcbe133e3dbc4b3cdc
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Work around a boost problem with gcc-8.x
---
 workhorse.make | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/workhorse.make b/workhorse.make
index 6deb59a..23b4943 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -579,7 +579,6 @@ $(boost_regex_objects): gcc_common_extra_warnings += \
 
 boost_dependent_objects := \
   $(boost_regex_objects) \
-  expression_template_0_test.o \
   regex_test.o \
   test_coding_rules.o \
 
@@ -587,6 +586,11 @@ $(boost_dependent_objects): gcc_common_extra_warnings += \
   -Wno-switch-enum \
   -Wno-unused-local-typedefs
 
+expression_template_0_test.o: gcc_common_extra_warnings += \
+  -Wno-conversion \
+  -Wno-switch-enum \
+  -Wno-unused-local-typedefs
+
 # The boost regex library improperly defines "NOMINMAX":
 #   http://lists.boost.org/Archives/boost/2006/03/102189.php
 # at least in version 1.33.1, and there seems to be no easy workaround



reply via email to

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