compile bug in HEAD?

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: compile bug in HEAD?
Date: 2002-03-27 05:24:13
Message-ID: GNELIHDDFBOCMGBFGEFOEEODCBAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nicolas Bazin 2002-03-27 05:27:13 Fw: pgc.l modif. has been overwritten again
Previous Message Christopher Kings-Lynne 2002-03-27 05:12:32 Re: RI triggers and schemas