https://bugs.exim.org/show_bug.cgi?id=3099
--- Comment #10 from Heiko Schlichting <[email protected]> --- The code does not compile without errors: cc mime.c mime.c: In function 'mime_acl_check': mime.c:699:3: error: label at end of compound statement 699 | param_done: | ^~~~~~~~~~ gcc expects at least a semicolon after the label. After adding the semicolon, I can confirm that all cases I know of work correctly. -- You are receiving this mail because: You are on the CC list for the bug. -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/ ## unsubscribe (doesn't require an account): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
