Subj : src/sbbs3/scfg/scfg.c scfg.h To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Wed Sep 06 2023 04:18 pm https://gitlab.synchro.net/main/sbbs/-/commit/3e8b6f28904cb7c307a1bbf4 Modified Files: src/sbbs3/scfg/scfg.c scfg.h Log Message: Resolve new GCC warnings introduced with addition of new_item() Just make the list argument a void* and assign to a void** local var inside the function. No functional changes. Fixes issue #621 .