On Wed, 2024-07-03 at 10:34 +0100, Andrew C Aitchison via Exim-dev wrote: > > I have gcc versions 7-14 on Ubuntu, and none of them give that warning, > even with -Wall -Wextra
You can get it with -Wpedantic. However, it's technically not legal in C (until C23, it seems, TIL!), and clang will complain about it more: https://godbolt.org/z/njWWbGhqn johannes -- ## 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/
