lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/rules_of_n 84444422 5/5: Enable clang's '-Wdepre


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/rules_of_n 84444422 5/5: Enable clang's '-Wdeprecated-copy-with-dtor'
Date: Sat, 9 Jul 2022 18:31:24 -0400 (EDT)

branch: odd/rules_of_n
commit 844444226c5dfcd30a5f8f3d80789c922c37f6cc
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 5ecde9e4..34bfa560 100644
--- a/compiler_clang_warnings.make
+++ b/compiler_clang_warnings.make
@@ -54,7 +54,6 @@ clang_c_warnings := \
 ###  -Wcomma
 # -Wcovered-switch-default: better to leave "default:" in place
 # -Wdate-time: only for "bit-wise-identical reproducible compilations"
-###  -Wdeprecated-copy-with-dtor
 ###  -Wdisabled-macro-expansion
 # -Wdocumentation: warns about comments
 # -Wdocumentation-html: warns about comments
@@ -85,7 +84,6 @@ clang_cxx_warnings := \
   -Wno-comma \
   -Wno-covered-switch-default \
   -Wno-date-time \
-  -Wno-deprecated-copy-with-dtor \
   -Wno-disabled-macro-expansion \
   -Wno-documentation \
   -Wno-documentation-html \



reply via email to

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