[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 \
- [lmi-commits] [lmi] master updated (866ff71 -> b615b7b), Greg Chicares, 2020/10/10
- [lmi-commits] [lmi] master a6df4f8 04/14: Don't use Wine for the native Linux build, Greg Chicares, 2020/10/10
- [lmi-commits] [lmi] master 44e80a2 03/14: Supress Boost.Regex compilation warning,
Greg Chicares <=
- [lmi-commits] [lmi] master b21f123 01/14: Don't link ws2_32 lib for native Linux build of XML libraries, Greg Chicares, 2020/10/10
- [lmi-commits] [lmi] master faa2234 09/14: Improve GitHub CI tests build speed, Greg Chicares, 2020/10/10
- [lmi-commits] [lmi] master 711d483 10/14: Disable lmi building with SO attributes for the native CI build, Greg Chicares, 2020/10/10
- [lmi-commits] [lmi] master 10256f5 05/14: Use set_toolchain.sh in the coding rules test script, Greg Chicares, 2020/10/10
- [lmi-commits] [lmi] master 628d547 07/14: Fix lmi building step in GitHub CI workflow, Greg Chicares, 2020/10/10
- [lmi-commits] [lmi] master deabd16 08/14: Add native Linux build variant to GitHub CI workflows, Greg Chicares, 2020/10/10
- [lmi-commits] [lmi] master b615b7b 14/14: fixup! Set PATH and LD_LIBRARY_PATH in the GitHub CI workflow, Greg Chicares, 2020/10/10
- [lmi-commits] [lmi] master 6164366 02/14: Fix configuring wxPdfDoc under Linux, Greg Chicares, 2020/10/10
- [lmi-commits] [lmi] master bf80fc8 11/14: Use env instead of set for the native Linux build, Greg Chicares, 2020/10/10
- [lmi-commits] [lmi] master 86ba7a9 13/14: Set PATH and LD_LIBRARY_PATH in the GitHub CI workflow, Greg Chicares, 2020/10/10