Beta 5 build report

Started by Christopher Kings-Lynneabout 23 years ago2 messages
#1Christopher Kings-Lynne
chriskl@familyhealth.com.au

On FreeBSD/Alpha, all 89 tests pass.

I get this build warning though:

gcc -pipe -O -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../.
./src/include -c -o gram.o gram.c
In file included from gram.y:7725:
scan.l: In function `yyerror':
scan.l:583: warning: int format, different type arg (arg 5)

Chris

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Christopher Kings-Lynne (#1)
Re: Beta 5 build report

"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:

On FreeBSD/Alpha, all 89 tests pass.
I get this build warning though:

gcc -pipe -O -Wall -Wmissing-prototypes -Wmissing-declarations -I. -I../../.
./src/include -c -o gram.o gram.c
In file included from gram.y:7725:
scan.l: In function `yyerror':
scan.l:583: warning: int format, different type arg (arg 5)

Fixed. Thanks for the report.

regards, tom lane