Subj : src/sbbs3/sbbsdefs.h To : Git commit to main/sbbs/master From : Rob Swindell (on ChromeOS) Date : Sun Jun 11 2023 02:33 pm https://gitlab.synchro.net/main/sbbs/-/commit/46aa6f79918b7e06164b2d8f Modified Files: src/sbbs3/sbbsdefs.h Log Message: Fix GCC build errors with SANITIZE=1 scfgsys.c: In function ‘edit_sys_delmsg_policy’: scfgsys.c:498:3: error: case label does not reduce to an integer constant 498 | case SM_USRVDELM | SM_SYSVDELM: scfgsys.c:504:3: error: case label does not reduce to an integer constant 504 | case SM_SYSVDELM: .