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 member record */
^ ~~~~
|
||
|---|---|---|
| .. | ||
| src | ||
| BUILD_INSTRUCTIONS | ||
| Makefile.am | ||
| Makefile.include | ||