Re: compiler warnings on the buildfarm

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: "Stefan Kaltenbrunner" <stefan(at)kaltenbrunner(dot)cc>
Cc: "Zdenek Kotala" <Zdenek(dot)Kotala(at)Sun(dot)COM>, <pgsql-hackers(at)postgresql(dot)org>, <peter_e(at)gmx(dot)net>
Subject: Re: compiler warnings on the buildfarm
Date: 2007-07-16 21:37:57
Message-ID: 878x9gvxl6.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


"Stefan Kaltenbrunner" <stefan(at)kaltenbrunner(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-07-17 00:59:33 Re: What is the maximum encoding-conversion growth rate, anyway?
Previous Message Stefan Kaltenbrunner 2007-07-16 21:27:58 Re: compiler warnings on the buildfarm