Am Fri, 01 Aug 2025 14:30:47 +0000
schrieb Scott Kostyshak <skost...@lyx.org>:

> commit 6ee67ae6823ded6e486fe9f8496e27e371308ac4
> Author: Scott Kostyshak <skost...@lyx.org>
> Date:   Fri Aug 1 16:29:41 2025 +0200
> 
>     lyx-tester: turn on more GCC warnings
>     
>     These do not currently report any instances.
> ---
>  development/lyx-tester/lyxbuild | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/development/lyx-tester/lyxbuild b/development/lyx-tester/lyxbuild
> index 31deb50949..cc059f8e5e 100755
> --- a/development/lyx-tester/lyxbuild
> +++ b/development/lyx-tester/lyxbuild
> @@ -685,6 +685,16 @@ else
>          # by default.
>          # https://reviews.llvm.org/D119361
>          CPPFLAGS+=";-Wno-missing-declarations"
> +
> +        CPPFLAGS+=";-Wno-defaulted-function-deleted"
> +        CPPFLAGS+=";-Wcomma-subscript"
> +        CPPFLAGS+=";-Wctor-dtor-privacy"
> +        CPPFLAGS+=";-Wdeprecated"
> +        CPPFLAGS+=";-Winvalid-imported-macros"
> +        CPPFLAGS+=";-Wmismatched-tags"
> +        CPPFLAGS+=";-Wsuggest-final-types"
> +        CPPFLAGS+=";-Wsuggest-final-methods"
> +        CPPFLAGS+=";-Wmaybe-uninitialized"
>        fi
>  
>        # Good candidates to clean up, but not urgent.

There are really many files (~ 250) needed to check for -Wsuggest-final-types 
and
-Wsuggest-final-methods.

        Kornel

Attachment: pgppIH0IT2nKo.pgp
Description: Digitale Signatur von OpenPGP

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to