HomeFreeBSD

x11/cde*: Fix build under LLVM15

Description

x11/cde*: Fix build under LLVM15

Fix many -Wint-conversion error such as the example below, including
an aso atomics.

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 member record */
        ^      ~~~~

Details

Provenance
cyAuthored on Feb 15 2023, 4:36 PM
Parents
R11:38557f2f4558: shells/ksh*: Permanently fix LLVM15 build
Branches
Unknown
Tags
Unknown
Reverted By
R11:11a1e8ee47e8: x11/cde-devel: Update to the latest cdesktopenv-code commit