lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 44e80a2 03/14: Supress Boost.Regex compilatio


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 44e80a2 03/14: Supress Boost.Regex compilation warning
Date: Sat, 10 Oct 2020 11:07:11 -0400 (EDT)

branch: master
commit 44e80a22dd7cf4d2613560f6c06b86941c8a9f0e
Author: Ilya Sinitsyn <isinitsyn@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Supress Boost.Regex compilation warning
    
    Note that the warning appears for the Linux native build with gcc 8.3.
---
 workhorse.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/workhorse.make b/workhorse.make
index 3656348..5dfbcbf 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -575,6 +575,7 @@ $(boost_regex_objects): gcc_common_extra_warnings += \
   -Wno-shadow \
   -Wno-switch-enum \
   -Wno-unused-macros \
+  -Wno-unused-result \
   -Wno-useless-cast \
   -Wno-zero-as-null-pointer-constant \
 



reply via email to

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