Re: An instance of -Wnested-anon-types

2025-06-12 Thread Scott Kostyshak
On Thu, Jun 12, 2025 at 10:18:20AM +0200, Scott Kostyshak wrote: > On Thu, Jun 12, 2025 at 01:05:35AM +0200, Jean-Marc Lasgouttes wrote: > > Le 07/06/2025 à 01:14, Scott Kostyshak a écrit : > > > With Clang and -pedantic, I get the following: > > > > > > /home/scott/lyxbuilds/master-master/repo/sr

Re: Implementing \intertext and \shortintertext

2025-06-12 Thread Koji Yokota
> 2025/06/11 23:48、Jean-Marc Lasgouttes のメール: > > Koji, what could be a good idea too is to disable the menu entry when the > \intertext cannot be inserted. > > Normally what is done is to implement in (in this case) InsetMathHull a > method insetAllowed(InsetCode), that says whether (in this c

Re: [LyX/master] Few unused Qt headers

2025-06-12 Thread Pavel Sanda
On Thu, Jun 12, 2025 at 04:31:12AM +0200, Jürgen Spitzmüller wrote: > Am Mittwoch, dem 11.06.2025 um 23:59 +0100 schrieb José Matos: > > Does that means that QStyleHints implies QStyle? > > No, but we use QStyle with QT_VERSION >= QT_VERSION_CHECK(6, 8, 0) > later in the file (648--50) > > I fixe

Re: An instance of -Wnested-anon-types

2025-06-12 Thread Scott Kostyshak
On Thu, Jun 12, 2025 at 01:05:35AM +0200, Jean-Marc Lasgouttes wrote: > Le 07/06/2025 à 01:14, Scott Kostyshak a écrit : > > With Clang and -pedantic, I get the following: > > > > /home/scott/lyxbuilds/master-master/repo/src/TexRow.h:73:4: warning: > > anonymous types declared in an anonymous uni

Re: A few instances of -Wdeprecated-copy-with-user-provided-copy

2025-06-12 Thread Scott Kostyshak
On Thu, Jun 12, 2025 at 12:59:47AM +0200, Jean-Marc Lasgouttes wrote: > Le 07/06/2025 à 01:00, Scott Kostyshak a écrit : > > When I compile with -Wextra with Clang, I get the following: > > Actually, autotools already compiles with -Wextra, but -Wno-deprecated-copy > is used to avoid tons of warni