commit 01693c5ba5a3f32c1f79c3a357d76cd6550406ff
Author: Scott Kostyshak <[email protected]>
Date:   Thu Jun 12 10:16:11 2025 +0200

    lyxbuild comment: '-pedantic' may not be useful
    
    For an example of a warning it found, and discussion, see here:
    
    
https://www.mail-archive.com/search?l=mid&q=9f195bc7-4d37-4b2f-b459-a92a2528c358%40lyx.org
---
 development/lyx-tester/lyxbuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/development/lyx-tester/lyxbuild b/development/lyx-tester/lyxbuild
index 162290d44a..0da0d7d7ab 100755
--- a/development/lyx-tester/lyxbuild
+++ b/development/lyx-tester/lyxbuild
@@ -523,7 +523,11 @@ else
 
   if [ "${WERROR}" = "1" ]; then
     # should be a semi-colon separated list (if more than one option).
-    # Useful for finding more warnings:
+    #
+    # Using '-pedantic' reports some more warnings (e.g., -Wnested-anon-types)
+    # but it is not clear if '-pedantic' is useful
+    # (Message-ID:<[email protected]>)
+    #
     # CPPFLAGS="-Werror;-Wextra;-pedantic"
     CPPFLAGS="-Werror;-Wextra"
     if [ "${clang}" = "0" ]; then
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to