compile bug in HEAD? - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject compile bug in HEAD?
Date
Msg-id GNELIHDDFBOCMGBFGEFOEEODCBAA.chriskl@familyhealth.com.au
Whole thread Raw
Responses Re: compile bug in HEAD?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
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

Chris



pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: RI triggers and schemas
Next
From: "Nicolas Bazin"
Date:
Subject: Fw: pgc.l modif. has been overwritten again