Re: compiler warnings on the buildfarm - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: compiler warnings on the buildfarm
Date
Msg-id 878x9gvxl6.fsf@oxford.xeocode.com
Whole thread Raw
In response to Re: compiler warnings on the buildfarm  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
List pgsql-hackers
"Stefan Kaltenbrunner" <stefan@kaltenbrunner.cc> writes:

> "pgstat.c", line 652: warning: const object should have initializer:
> all_zeroes (E_CONST_OBJ_SHOULD_HAVE_INITIZR)
> "pgstat.c", line 2118: warning: const object should have initializer:
> all_zeroes (E_CONST_OBJ_SHOULD_HAVE_INITIZR)

Man, even these are bogus. And that would be an interesting warning too if
they made it not fire when it's bogus. bleagh.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Stefan Kaltenbrunner
Date:
Subject: Re: compiler warnings on the buildfarm
Next
From: Bruce Momjian
Date:
Subject: Re: What is the maximum encoding-conversion growth rate, anyway?