commit 1b0442c9814572edffb66d467c225575b452aa19
Author: Scott Kostyshak <[email protected]>
Date: Wed Jul 16 14:19:37 2025 +0200
lyxbuild: turn on -Woverloaded-virtual
Thanks to Koji's fix at 679252b3, there are no pending warnings in
this category.
---
development/lyx-tester/lyxbuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/development/lyx-tester/lyxbuild b/development/lyx-tester/lyxbuild
index aac18a2a36..31deb50949 100755
--- a/development/lyx-tester/lyxbuild
+++ b/development/lyx-tester/lyxbuild
@@ -763,12 +763,11 @@ else
# TODO: Lots of warnings
# warn on type conversions that may lose data
CPPFLAGS+=";-Wno-conversion"
- # 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.
+ # Helped for these commits: 797bb3b7, ea287fb5, 57a24fbe, 679252b3
+ # (the warnings were only triggered for me by GCC)
#
# warn if you overload (not override) a virtual function
- CPPFLAGS+=";-Wno-overloaded-virtual"
+ CPPFLAGS+=";-Woverloaded-virtual"
# warn on anything being unused
CPPFLAGS+=";-Wunused"
# TODO: lots of warnings
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs