lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master a5d06b78 6/8: Enable clang's '-Wdeprecated-co


From: Greg Chicares
Subject: [lmi-commits] [lmi] master a5d06b78 6/8: Enable clang's '-Wdeprecated-copy-with-dtor'
Date: Sun, 10 Jul 2022 20:41:30 -0400 (EDT)

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

    Enable clang's '-Wdeprecated-copy-with-dtor'
---
 compiler_clang_warnings.make | 2 --
 1 file changed, 2 deletions(-)

diff --git a/compiler_clang_warnings.make b/compiler_clang_warnings.make
index 710df17e..5ecf361b 100644
--- a/compiler_clang_warnings.make
+++ b/compiler_clang_warnings.make
@@ -52,7 +52,6 @@ clang_c_warnings := \
 # -W++98-compat-pedantic: backward compatibility not desirable
 # -Wcovered-switch-default: better to leave "default:" in place
 # -Wdate-time: only for "bit-wise-identical reproducible compilations"
-###  -Wdeprecated-copy-with-dtor [pending review]
 # -Wdocumentation: warns about comments
 # -Wdocumentation-html: warns about comments
 # -Wdocumentation-unknown-command: warns about comments
@@ -82,7 +81,6 @@ clang_cxx_warnings := \
   -Wno-c++98-compat-pedantic \
   -Wno-covered-switch-default \
   -Wno-date-time \
-  -Wno-deprecated-copy-with-dtor \
   -Wno-documentation \
   -Wno-documentation-html \
   -Wno-documentation-unknown-command \



reply via email to

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