commit 9356a65c1d33afc11e0c6dc3efbbd5abfe86439d
Author: Scott Kostyshak <[email protected]>
Date:   Thu Jun 12 10:10:43 2025 +0200

    lyxbuild: compile with -Wextra
    
    JMarc has fixed the remaining warnings in the previous commits.
---
 development/lyx-tester/lyxbuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/development/lyx-tester/lyxbuild b/development/lyx-tester/lyxbuild
index 570243fba5..162290d44a 100755
--- a/development/lyx-tester/lyxbuild
+++ b/development/lyx-tester/lyxbuild
@@ -525,7 +525,7 @@ else
     # should be a semi-colon separated list (if more than one option).
     # Useful for finding more warnings:
     # CPPFLAGS="-Werror;-Wextra;-pedantic"
-    CPPFLAGS="-Werror"
+    CPPFLAGS="-Werror;-Wextra"
     if [ "${clang}" = "0" ]; then
       # 
(https://stackoverflow.com/questions/5188267/checking-the-gcc-version-in-a-makefile)
       # (https://stackoverflow.com/a/17947005)
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to