Re: Compiler warnings

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Compiler warnings
Date: 2007-04-19 16:18:22
Message-ID: 20070419161822.GC13817@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:
> I am seeing the following compiler warnings in CVS HEAD:
>
> analyze.c:471: warning: `diff' might be used uninitialized in this function
> vacuumlazy.c:220: warning: `diff' might be used uninitialized in this function

Are you using too old a compiler? Mine does not complain
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)

I'll fix them anyway.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-04-19 16:32:54 Re: Compiler warnings
Previous Message Bruce Momjian 2007-04-19 16:08:03 Compiler warnings