Re: [PATCH] specify void prototype for functions with no parameters
Paul Eggert <[email protected]> Wed, 17 Aug 2022 16:32:09 -0700
| Newsgroups | gmane.comp.sysutils.autoconf.patches |
|---|---|
| Organization | UCLA Computer Science Department |
| Message-ID | <[email protected]> |
On 8/17/22 16:25, Khem Raj wrote:
> right and I am not passing -Werror to configure but its newer version
> of clang ( clang 15) which is turning these warnings into errors
> by default now.
Wait, so clang 15 by default refuses to compile this C program?
void f() {}