On Sun, May 04, 2025 at 12:20:57PM +0200, Jürgen Spitzmüller wrote:
> Am Sonntag, dem 04.05.2025 um 12:13 +0200 schrieb Scott Kostyshak:
> > I now get (with -Werror):
> >
> > /home/scott/lyxbuilds/master-
> > master/repo/src/insets/InsetRef.cpp:1005:55: error: left operand of
> > comma operator ha
Am Sonntag, dem 04.05.2025 um 12:13 +0200 schrieb Scott Kostyshak:
> I now get (with -Werror):
>
> /home/scott/lyxbuilds/master-
> master/repo/src/insets/InsetRef.cpp:1005:55: error: left operand of
> comma operator has no effect [-Werror,-Wunused-value]
> 1005 | || (cmd == "forma
I now get (with -Werror):
/home/scott/lyxbuilds/master-master/repo/src/insets/InsetRef.cpp:1005:55:
error: left operand of comma operator has no effect [-Werror,-Wunused-value]
1005 | || (cmd == "formatted" &&
!(buffer().masterParams().xref_package, "prettyref"))
|