[LyX/master] When a displayed inset is aligned left, align it left

Jean-Marc Lasgouttes lasgouttes at lyx.org
Wed Mar 8 17:48:31 UTC 2023


Le 08/03/2023 à 14:29, Pavel Sanda a écrit :
> So let's test the next week :)
> 
> The alternative to reporting to gcc is using
> 
> +#pragma GCC diagnostic push
> +#pragma GCC diagnostic ignored "-Wdangling-reference"
>    our_code_triggering_warning
> +#pragma GCC diagnostic pop

Or use -Wno-dangling-reference until they fix it. Seriously, this 
warning is too random to be useful.

JMarc



More information about the lyx-devel mailing list