scan.c:900: warning: ... postgresql-7.1

From: Limin Liu <limin(at)pumpkinnet(dot)com>
To: pgsql-general(at)postgresql(dot)org, limin(at)pumpkinnet(dot)com
Subject: scan.c:900: warning: ... postgresql-7.1
Date: 2001-04-17 18:56:36
Message-ID: 3ADC91E3.F95342AE@pumpkinnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Does anyone get the same warning messages from postgresql-7.1?

It's under src/backend/parser...

scan.c: In function `base_yylex':
scan.c:900: warning: `yy_cp' might be used uninitialized in this
function
scan.c:900: warning: `yy_bp' might be used uninitialized in this
function

Here is the scan.c line 900
--
register char *yy_cp, *yy_bp;
--

In my previous postgres copy (7.1 beta 4), I did find the initialization
for these two variables in scan.c.

Can anyone please tell me why the init. is removed? Thank you very
much.

--
LM Liu

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marek Pętlicki 2001-04-17 19:00:10 Re: failed sanity check, table answers was not found
Previous Message Stephan Szabo 2001-04-17 18:39:15 Re: View and function