On Thu, 17 Sep 2020 at 06:16, Jeff Law <[email protected]> wrote: > > > On 9/11/20 6:21 AM, Christophe Lyon via Gcc-patches wrote: > > pz_tmp_base and pz_tmp_dot are always set, but used only when > > _PC_NAME_MAX is defined. > > > > This patch moves their declaration and definition undef #ifdef > > _PC_NAME_MAX to avoid this warning. > > > > 2020-09-11 Torbjörn SVENSSON <[email protected]> > > Christophe Lyon <[email protected]> > > > > fixincludes/ > > * fixfixes.c (pz_tmp_base, pz_tmp_dot): Define only with > > _PC_NAME_MAX. > > OK. I assume Christophe can commit the change.
Sure, just pushed. Thanks Christophe > > > Jeff >
