lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 7e18e8b 2/5: Work around a boost problem with


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 7e18e8b 2/5: Work around a boost problem with gcc-8.x
Date: Mon, 15 Apr 2019 07:03:20 -0400 (EDT)

branch: master
commit 7e18e8b0f2d9820232b3f0c46a851abc5f184039
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 31beac7..1bff226 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]