commit 4597cbe7480738e91d90c84396f3949c45a406c4
Author: Scott Kostyshak <[email protected]>
Date:   Mon Jul 7 13:12:00 2025 +0200

    lyxbuild: set -Wno-deprecated-copy-with-dtor
    
    Keep it off for now until someone has time to make the fixes. See
    discussion here:
    
      
https://www.mail-archive.com/search?l=mid&q=8f694d35-afda-4d0d-838f-35ceac10a157%40gmail.com
---
 development/lyx-tester/lyxbuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/development/lyx-tester/lyxbuild b/development/lyx-tester/lyxbuild
index c8f169f420..abb69ba230 100755
--- a/development/lyx-tester/lyxbuild
+++ b/development/lyx-tester/lyxbuild
@@ -650,6 +650,11 @@ else
         # helped with commits: 4ae8ec8d
         CPPFLAGS+=";-Wused-but-marked-unused"
 
+        # TODO: 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"
       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

Reply via email to