Re: pgsql: Fix incidental warnings from cpluspluscheck. - Mailing list pgsql-committers

From Thomas Munro
Subject Re: pgsql: Fix incidental warnings from cpluspluscheck.
Date
Msg-id CA+hUKGLd9pna16OET2xyS98HwqL6rMCbyY-sB0SGTqVxwniDOA@mail.gmail.com
Whole thread Raw
In response to pgsql: Fix incidental warnings from cpluspluscheck.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Fix incidental warnings from cpluspluscheck.
List pgsql-committers
On Mon, Aug 19, 2019 at 11:01 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Remove use of "register" keyword in hashfn.c.  It's obsolescent
> according to recent C++ compilers, and no modern C compiler pays
> much attention to it either.

We have some more of those:

src/backend/regex/regexec.c
src/common/md5.c
src/include/port/atomics/arch-x86.h
src/include/storage/s_lock.h
src/pl/plperl/ppport.h

-- 
Thomas Munro
https://enterprisedb.com



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid conflicts with library versions of inet_net_ntop() andfri
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Fix incidental warnings from cpluspluscheck.