commit 4c0d5e4a53e5ad77e33829b41f7980d9a9679f18
Author: Scott Kostyshak <[email protected]>
Date: Tue Jul 1 11:32:32 2025 +0200
lyxbuild: now we can compile with -Wcast-qual
Thanks to the fix at 0c2a1d81, we can use this flag which works with
both GCC and Clang.
---
development/lyx-tester/lyxbuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/development/lyx-tester/lyxbuild b/development/lyx-tester/lyxbuild
index 267e3f03af..f6cf411a59 100755
--- a/development/lyx-tester/lyxbuild
+++ b/development/lyx-tester/lyxbuild
@@ -622,6 +622,9 @@ else
#
(https://www.mail-archive.com/search?l=mid&q=x33ucwxt5nvx2olovrq47tmpkai4322r6mrdyiuz7ymbqdbogy%40yqusr5vw7ctr)
CPPFLAGS+=";-Wno-error=float-equal"
+ # related commits: 0c2a1d81
+ CPPFLAGS+=";-Wcast-qual"
+
else
CPPFLAGS=""
fi
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs