Re: warning on the current head

2025-11-24 Thread Michael Paquier
On Wed, Nov 19, 2025 at 08:43:52PM +0100, Viktor Holmberg wrote: > For anyone else experiencing this - I had the same problem. make > distclean and re-configure solved it as Álvaro suggested. Another one, which is more drastic for builds inside the tree, is the following: git clean -dxf I have be

Re: warning on the current head

2025-11-19 Thread Viktor Holmberg
On 6 Nov 2025 at 17:59 +0100, Álvaro Herrera , wrote: > On 2025-Nov-06, Rafia Sabih wrote: > > > I am seeing following warning, > > > > In file included from specscanner.c:11: > > In file included from ../../../src/include/postgres_fe.h:28: > > ../../../src/include/c.h:113:9: warning: 'pg_restrict'

Re: warning on the current head

2025-11-06 Thread Álvaro Herrera
On 2025-Nov-06, Rafia Sabih wrote: > I am seeing following warning, > > In file included from specscanner.c:11: > In file included from ../../../src/include/postgres_fe.h:28: > ../../../src/include/c.h:113:9: warning: 'pg_restrict' macro redefined > [-Wmacro-redefined] > 113 | #define pg_restri