commit c37e08cc7b677190f70c6a80b0e3aa3b9afe61da
Author: Scott Kostyshak <[email protected]>
Date:   Thu Jul 3 00:57:16 2025 +0200

    lyxbuild: ref the fixes for -Woverloaded-virtual
---
 development/lyx-tester/lyxbuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/development/lyx-tester/lyxbuild b/development/lyx-tester/lyxbuild
index 0a0871f241..9ef316559c 100755
--- a/development/lyx-tester/lyxbuild
+++ b/development/lyx-tester/lyxbuild
@@ -706,8 +706,9 @@ else
       # TODO: Lots of warnings
       # warn on type conversions that may lose data
       CPPFLAGS+=";-Wno-conversion"
+      # Helped for these commits: 797bb3b7, ea287fb5
       # I sent a message to lyx-devel.
-      # (5 main warnings, only triggered by GCC)
+      # (initially 5 main warnings, only triggered by GCC)
       # warn if you overload (not override) a virtual function
       CPPFLAGS+=";-Wno-overloaded-virtual"
       # warn on anything being unused
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to