|
From: | Paul Eggert |
Subject: | Re: [PATCH] specify void prototype for functions with no parameters |
Date: | Wed, 17 Aug 2022 16:32:09 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 |
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() {}
[Prev in Thread] | Current Thread | [Next in Thread] |