commit ca489918ac350c1bd9e8acd029be8a93fb3edc27
Author: Scott Kostyshak <[email protected]>
Date: Mon Jul 14 00:58:04 2025 +0200
lyxbuild: turn on Wdeprecated-copy-with-dtor
Thanks to JMarc's fixes at 3000116a and 1fb23f02, this flag can now
be turned on.
This flag also turns on Wdeprecated-copy-with-user-provided-dtor.
---
development/lyx-tester/lyxbuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/development/lyx-tester/lyxbuild b/development/lyx-tester/lyxbuild
index d7787b85ab..6f26a50a69 100755
--- a/development/lyx-tester/lyxbuild
+++ b/development/lyx-tester/lyxbuild
@@ -659,11 +659,13 @@ else
# helped with commits: 4ae8ec8d
CPPFLAGS+=";-Wused-but-marked-unused"
- # TODO: Riki gave some helpful info for addressing these:
+ # Helped with commits 3000116a and 1fb23f02.
+ #
+ # Riki gave some helpful info for addressing these:
#
https://www.mail-archive.com/search?l=mid&q=8f694d35-afda-4d0d-838f-35ceac10a157%40gmail.com
# this flag also turns on:
# -Wdeprecated-copy-with-user-provided-dtor
- CPPFLAGS+=";-Wno-deprecated-copy-with-dtor"
+ CPPFLAGS+=";-Wdeprecated-copy-with-dtor"
else
# GCC only
# warn about logical operations being used where bitwise were probably
wanted
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs