Re: compile bug in HEAD? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: compile bug in HEAD?
Date
Msg-id 200203270535.g2R5Zj120133@candle.pha.pa.us
Whole thread Raw
In response to compile bug in HEAD?  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses Re: compile bug in HEAD?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Christopher Kings-Lynne wrote:
> I don't think this is me...
> 
> gcc -pipe -O -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -I
> ./../include -I. -I../../../../src/include  -DMAJOR_VERSION=2 -DMINOR_VERSIO
> N=10 -DPATCHLEVEL=0 -DINCLUDE_PATH=\"/home/chriskl/local/include\"   -c -o
> pgc.o pgc.c
> pgc.c: In function `yylex':
> pgc.c:1250: warning: label `find_rule' defined but not used
> pgc.l: At top level:
> pgc.c:3079: warning: `yy_flex_realloc' defined but not used

Yes, I have gotten the same warning for several releases but haven't
researched the cause.  Patch?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: "Nicolas Bazin"
Date:
Subject: Re: compile bug in HEAD?
Next
From: Tom Lane
Date:
Subject: Re: compile bug in HEAD?