Skip to content
  • Rob Swindell's avatar
    Fix GCC build errors with SANITIZE=1 · 46aa6f79
    Rob Swindell authored
    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:
    46aa6f79