lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 0296ac4 33/33: Deboostify still more


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 0296ac4 33/33: Deboostify still more
Date: Mon, 3 May 2021 08:15:56 -0400 (EDT)

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

    Deboostify still more
    
    * objects.make: The word "requires" was misleadingly strong.
    * workhorse.make: $(boost_dependent_objects) was already empty.
---
 objects.make   | 4 ++--
 workhorse.make | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/objects.make b/objects.make
index 93ce743..dcf2179 100644
--- a/objects.make
+++ b/objects.make
@@ -25,8 +25,8 @@
 # is reached through 'vpath' directives. See the rationale in
 # 'workhorse.make'.
 
-# Boost regex library. The other boost libraries that
-# lmi requires are implemented entirely in headers.
+# Boost regex library. The other boost libraries that lmi optionally
+# uses are implemented entirely in headers.
 #
 # As for listing the object files here, the regex author says:
 #   http://groups.google.com/group/boost-list/msg/7f925ca50d69384b
diff --git a/workhorse.make b/workhorse.make
index 018a00a..783bde3 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -652,7 +652,6 @@ wno_conv_objects := \
 $(wno_conv_objects): gcc_common_extra_warnings += -Wno-conversion 
-Wfloat-conversion
 
 wno_sign_conv_objects := \
-  $(boost_dependent_objects) \
   $(boost_regex_objects) \
   $(wx_dependent_objects) \
   crc32.o \



reply via email to

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