shut up bogus complaint of unused variable in new ratelimit ACL work
[exim.git] / src / src / acl.c
index 8af5643085719ae4116e15701193143f7d63a4f1..77fdc56271b3ceda37ff9a0354dbaa1963767868 100644 (file)
@@ -2340,6 +2340,7 @@ case RATE_PER_RCPT:
   anchor = &ratelimiters_cmd;
   break;
 default:
+  anchor = NULL; /* silence an "unused" complaint */
   log_write(0, LOG_MAIN|LOG_PANIC_DIE,
     "internal ACL error: unknown ratelimit mode %d", mode);
   break;