Re: pgsql: Fix incidental warnings from cpluspluscheck.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: pgsql: Fix incidental warnings from cpluspluscheck.
Дата
Msg-id CA+hUKGLd9pna16OET2xyS98HwqL6rMCbyY-sB0SGTqVxwniDOA@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Fix incidental warnings from cpluspluscheck.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Fix incidental warnings from cpluspluscheck.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid conflicts with library versions of inet_net_ntop() andfri
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix incidental warnings from cpluspluscheck.