lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 96dc6f5 07/16: Suppress certain diagnostics f


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 96dc6f5 07/16: Suppress certain diagnostics for another old boost library
Date: Thu, 15 Nov 2018 17:37:04 -0500 (EST)

branch: master
commit 96dc6f5fb3d06bd176f6151afadac89ed6906a6b
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Suppress certain diagnostics for another old boost library
---
 workhorse.make | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/workhorse.make b/workhorse.make
index 4ddf4c6..3a6f0fa 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -549,7 +549,12 @@ operations_posix_windows.o: gcc_common_extra_warnings += 
-Wno-maybe-uninitialize
 operations_posix_windows.o: gcc_common_extra_warnings += -Wno-unused-macros
 operations_posix_windows.o: gcc_common_extra_warnings += -Wno-unused-parameter
 
-# The boost regex library is incompatible with many warnings.
+# Some boost-1.33.1 libraries are incompatible with many warnings.
+
+$(boost_filesystem_objects): gcc_common_extra_warnings += \
+  -Wno-deprecated-declarations \
+  -Wno-unused-macros \
+  -Wno-useless-cast \
 
 $(boost_regex_objects): gcc_common_extra_warnings += \
   -Wno-conversion \



reply via email to

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