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

From Nicolas Bazin
Subject Re: compile bug in HEAD?
Date
Msg-id 010501c1d550$7cfed520$660d090a@software.ingenico.com.au
Whole thread Raw
In response to compile bug in HEAD?  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses Re: compile bug in HEAD?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
It's more warnings than bugs. I also have seen that but not familiar enough
with bison or yacc to think more of it. Have you got an idea on how to fix
these warnings?
----- Original Message -----
From: "Christopher Kings-Lynne" <chriskl@familyhealth.com.au>
To: "Hackers" <pgsql-hackers@postgresql.org>
Sent: Wednesday, March 27, 2002 4:24 PM
Subject: [HACKERS] compile bug in HEAD?


> 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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>




pgsql-hackers by date:

Previous
From: "Nicolas Bazin"
Date:
Subject: Fw: pgc.l modif. has been overwritten again
Next
From: Bruce Momjian
Date:
Subject: Re: compile bug in HEAD?