lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 6e68fa2 1/4: Partially revert "Suppress '-Wef


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6e68fa2 1/4: Partially revert "Suppress '-Weffc++' in special cases"
Date: Wed, 10 Jun 2020 09:46:32 -0400 (EDT)

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

    Partially revert "Suppress '-Weffc++' in special cases"
    
    This reverts commit af7bdb971653 of 20200609T1648Z for 'workhorse.make'
    only. This option is obsolescent, so the reverted changes were just
    clutter.
    
    Did not revert the change to 'tools/pete-2.1.1/et_vector.hpp' because
    it offers useful insight into why this obsolescent option is not to be
    trusted fully. Also see:
      https://lists.nongnu.org/archive/html/lmi/2020-06/msg00024.html
---
 workhorse.make | 2 --
 1 file changed, 2 deletions(-)

diff --git a/workhorse.make b/workhorse.make
index 8c3a276..bfef423 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -552,7 +552,6 @@ currency_test.o: gcc_common_extra_warnings += \
 
 $(boost_filesystem_objects): gcc_common_extra_warnings += \
   -Wno-deprecated-declarations \
-  -Wno-effc++ \
   -Wno-unused-macros \
   -Wno-unused-parameter \
   -Wno-zero-as-null-pointer-constant \
@@ -560,7 +559,6 @@ $(boost_filesystem_objects): gcc_common_extra_warnings += \
 $(boost_regex_objects): gcc_common_extra_warnings += \
   -Wno-conversion \
   -Wno-duplicated-branches \
-  -Wno-effc++ \
   -Wno-implicit-fallthrough \
   -Wno-register \
   -Wno-shadow \



reply via email to

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