Re: Compilation warning on current master

2025-05-04 Thread Scott Kostyshak
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

Re: Compilation warning on current master

2025-05-04 Thread Jürgen Spitzmüller
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

Compilation warning on current master

2025-05-04 Thread 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 == "formatted" && !(buffer().masterParams().xref_package, "prettyref")) |