commit 28a7c482073243f366e262114e3a726fb088dc53 Author: Scott Kostyshak <skost...@lyx.org> Date: Tue Jul 15 22:25:30 2025 +0200
lyxbuild: comments for -Woverloaded-virtual Thanks to Koji's fix at 57a24fbe, there is only one warning left: Painter.h:164. --- development/lyx-tester/lyxbuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/development/lyx-tester/lyxbuild b/development/lyx-tester/lyxbuild index 18964a5266..e59b76071f 100755 --- a/development/lyx-tester/lyxbuild +++ b/development/lyx-tester/lyxbuild @@ -763,9 +763,10 @@ 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. + # Helped for these commits: 797bb3b7, ea287fb5, 57a24fbe # (initially 5 main warnings, only triggered by GCC) + # TODO: Now down to just one warning, Painter.h:164. + # # warn if you overload (not override) a virtual function CPPFLAGS+=";-Wno-overloaded-virtual" # warn on anything being unused -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs