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

2023-02-18 Thread Cy Schubert
In message <35109be0-4d7c-0e9d-f03e-b1213c437...@radscan.com>, Jon Trulson writ es: > This is a multi-part message in MIME format. > --===3445952125607115813== > Content-Type: multipart/alternative; > boundary="gk9Qmvy2hZOT1KTlo52R5nsS" > Content-Language: en-US > > This i

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

2023-02-18 Thread Jon Trulson
On 2/16/23 08:50, Cy Schubert wrote: On Thu, 16 Feb 2023 14:30:41 + Chase wrote: You must not directly edit any file under ksh93, instead, pull the newest point release from the source and merge it. Its a git subtree so I'm not quite sure how that works. I know how it works. We at FreeB

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

2023-02-16 Thread Cy Schubert
On Thu, 16 Feb 2023 14:30:41 + Chase wrote: > You must not directly edit any file under ksh93, instead, pull the newest > point release from the source and merge it. Its a git subtree so I'm not > quite sure how that works. I know how it works. We at FreeBSD use subtrees for vendor branche

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

2023-02-16 Thread Chase via cdesktopenv-devel
You must not directly edit any file under ksh93, instead, pull the newest point release from the source and merge it. Its a git subtree so I'm not quite sure how that works. Thank you for your time, -Chase Sent with Proton Mail secure email. --- Original Message --- On Wednesday, Feb

[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