Re: [PATCH] specify void prototype for functions with no parameters
Khem Raj <[email protected]> Wed, 17 Aug 2022 16:25:40 -0700
| Newsgroups | gmane.comp.sysutils.autoconf.patches |
|---|---|
| Message-ID | <CAMKF1soLXxROYKL=g7Pjuk-nXe9zQULxV+ezVdTKX-mVk8BBxA@mail.gmail.com> |
On Wed, Aug 17, 2022 at 4:13 PM Paul Eggert <[email protected]> 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.