Re: [PATCH v2] specify void prototype for functions with no parameters
Khem Raj <[email protected]> Fri, 2 Sep 2022 08:27:11 -0700
| Newsgroups | gmane.comp.sysutils.autoconf.patches |
|---|---|
| Message-ID | <CAMKF1sovsie8vK_8Qq4vY0OYXfFrsx9514RJCj+knZoLu1LARA@mail.gmail.com> |
On Thu, Sep 1, 2022 at 4:18 PM Paul Eggert <[email protected]> wrote: > > On 9/1/22 11:53, Khem Raj wrote: > > > > I ran into few problems. Some of them were latent issues[1] but some > > are problems[2] especially using AC_CHECK_FUNCS when default compiler > > is C++ compiler not C compiler > > > Thanks for checking. How about the attached patch instead? It's closer > to what you originally suggested. > Thanks Paul, this version of patch works as good as mine, I see no new regression in yocto world builds. > Zack, any thoughts on this sort of thing?