[cdesktopenv-devel] [PATCH] Fix build under LLVM15

2023-02-15 Thread Cy Schubert
Fix many -Wint-conversion errors such as the example below, including an aso atomics error. connect.c:87:12: error: incompatible pointer to integer conversion initializing 'LONG' (aka 'int') with an expression of type 'void *' [-Wint-conversion] DB_ADDR mdba = NULL; /* db address of current

Re: [cdesktopenv-devel] LLVM15 Compile Errors

2023-02-15 Thread Marcin Cieslak
On Tue, 14 Feb 2023, Cy Schubert wrote: Just a heads up. FreeBSD 14-CURRENT recently imported LLVM15. Since then a number of build (-Wint-conversion) errors have been exposed. I'll submit a pull request with fixes this or next week. This affects 2.5.1 and the latest HEAD. Thanks, looks like ks