commit cfe51e9c43c3047245d3a7ae7ff081b290ad59fe
Author: Scott Kostyshak <[email protected]>
Date:   Sat Jul 5 20:52:18 2025 +0200

    lyxbuild: do not turn on -Wmissing-noreturn yet
    
    Do not turn it on yet since Kornel sees an issue with Clang 18.1.3
    and we are discussing a potential fix.
---
 development/lyx-tester/lyxbuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/development/lyx-tester/lyxbuild b/development/lyx-tester/lyxbuild
index 24257e15f0..c8f169f420 100755
--- a/development/lyx-tester/lyxbuild
+++ b/development/lyx-tester/lyxbuild
@@ -755,6 +755,14 @@ else
 
       # Helped with commits 58723717, c36a02f7, 62f0921b
       CPPFLAGS+=";-Wunused-macros"
+
+      # Kornel sees an issue with Clang 18.1.3, so for now
+      # do not turn this flag on until that's figured out.
+      #
+      # Helped with commits 37b9655f, 877a227b, cd5fb840.
+      # Using this property can enable some compiler optimizations,
+      # and can also help with code readability.
+      CPPFLAGS+=";-Wno-missing-noreturn"
     else
       CPPFLAGS=""
     fi
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to