Re: Warnings during compilation of 2.3.8dev

2023-08-17 Thread Scott Kostyshak
On Wed, Aug 16, 2023 at 05:23:55PM -0400, Richard Kimberly Heck wrote: > > On 8/16/23 14:30, Scott Kostyshak wrote: > > On Wed, Aug 16, 2023 at 05:48:57PM +0200, Pavel Sanda wrote: > > > > ../../2.3.x/src/LyXRC.cpp:3077:42: warning: comparison between two > > > > arrays > > > > [-Warray-compare]

Re: Warnings during compilation of 2.3.8dev

2023-08-16 Thread Richard Kimberly Heck
On 8/16/23 14:30, Scott Kostyshak wrote: On Wed, Aug 16, 2023 at 05:48:57PM +0200, Pavel Sanda wrote: ../../2.3.x/src/LyXRC.cpp:3077:42: warning: comparison between two arrays [-Warray-compare] 3077 | || lyxrc_orig.font_sizes != lyxrc_new.font_sizes This one is a real bug thou

Re: Warnings during compilation of 2.3.8dev

2023-08-16 Thread Scott Kostyshak
On Wed, Aug 16, 2023 at 05:48:57PM +0200, Pavel Sanda wrote: > > > ../../2.3.x/src/LyXRC.cpp:3077:42: warning: comparison between two arrays > > [-Warray-compare] > > 3077 | || lyxrc_orig.font_sizes != lyxrc_new.font_sizes > > This one is a real bug though, fixed at master by eae

Re: Warnings during compilation of 2.3.8dev

2023-08-16 Thread Pavel Sanda
On Wed, Aug 16, 2023 at 11:17:22AM +0200, Jean-Pierre Chrétien wrote: > C++ Compiler:g++ (12.2.0) ... > std::binary_function??? is deprecated [-Wdeprecated-declarations] ... > _Result> struct std::unary_function??? is deprecated ... > ???std::const_mem_fun_ref_t<_Ret, _Tp> std::mem_fu

Warnings during compilation of 2.3.8dev

2023-08-16 Thread Jean-Pierre Chrétien
Dear developers, I had to recompile 2.3.8dev becaus the then enchant bug (see https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg219915.html) With : Configuration Host type: x86_64-pc-linux-gnu Special build flags: build=development std-regex warnings assertions s