[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] specify void prototype for functions with no parameters
From: |
Khem Raj |
Subject: |
Re: [PATCH] specify void prototype for functions with no parameters |
Date: |
Wed, 17 Aug 2022 16:25:40 -0700 |
On Wed, Aug 17, 2022 at 4:13 PM Paul Eggert <eggert@cs.ucla.edu> wrote:
>
> On 8/17/22 09:51, Khem Raj wrote:
> > Compilers defaulting to C99 flag such functions as warning which fails
> > to compile when using -Werror
>
> Sure, but one should never run 'configure' with -Werror.
>
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.
- [PATCH] specify void prototype for functions with no parameters, Khem Raj, 2022/08/17
- [PATCH] specify void prototype for functions with no parameters, Khem Raj, 2022/08/17
- [PATCH] specify void prototype for functions with no parameters, Khem Raj, 2022/08/17
- Re: [PATCH] specify void prototype for functions with no parameters, Paul Eggert, 2022/08/17
- Re: [PATCH] specify void prototype for functions with no parameters,
Khem Raj <=
- Re: [PATCH] specify void prototype for functions with no parameters, Paul Eggert, 2022/08/17
- Re: [PATCH] specify void prototype for functions with no parameters, Khem Raj, 2022/08/18
- Problems building rsync with Clang 15 beta, Paul Eggert, 2022/08/18
- Re: Problems building rsync with Clang 15 beta, Khem Raj, 2022/08/18
- Re: Problems building rsync with Clang 15 beta, Paul Eggert, 2022/08/18
- Re: Problems building rsync with Clang 15 beta, Zack Weinberg, 2022/08/18
Re: [PATCH] specify void prototype for functions with no parameters, Zack Weinberg, 2022/08/18