lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 272d69d 05/10: Purge a class of warnings that


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 272d69d 05/10: Purge a class of warnings that is no longer needed
Date: Mon, 8 Jun 2020 19:22:01 -0400 (EDT)

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

    Purge a class of warnings that is no longer needed
    
    Apparently because of the virtues of '-isystem', object files that
    depend on boost::regex no longer need be treated specially, or even
    identified.
---
 workhorse.make | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/workhorse.make b/workhorse.make
index cdbde8d..ccc553b 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -597,15 +597,6 @@ $(boost_regex_objects): gcc_common_extra_warnings += \
   -Wno-useless-cast \
   -Wno-zero-as-null-pointer-constant \
 
-boost_dependent_objects := \
-  $(boost_regex_objects) \
-  regex_test.o \
-  test_coding_rules.o \
-
-$(boost_dependent_objects): gcc_common_extra_warnings += \
-  -Wno-switch-enum \
-  -Wno-unused-local-typedefs
-
 $(cgicc_objects): gcc_common_extra_warnings += \
   -Wno-zero-as-null-pointer-constant \
 



reply via email to

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