lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 92fce83 1/4: Work around a boost::filesystem


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 92fce83 1/4: Work around a boost::filesystem error for x86_64-pc-linux-gnu
Date: Sat, 26 Sep 2020 14:24:45 -0400 (EDT)

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

    Work around a boost::filesystem error for x86_64-pc-linux-gnu
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2018-11/msg00037.html
---
 workhorse.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/workhorse.make b/workhorse.make
index ff58b77..7387b93 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -558,6 +558,7 @@ $(boost_filesystem_objects): gcc_common_extra_warnings += \
   -Wno-old-style-cast \
   -Wno-unused-macros \
   -Wno-unused-parameter \
+  -Wno-useless-cast \
   -Wno-zero-as-null-pointer-constant \
 
 $(boost_regex_objects): gcc_common_extra_warnings += \



reply via email to

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