Обсуждение: Beta 5 build report

Поиск
Список
Период
Сортировка

Beta 5 build report

От
"Christopher Kings-Lynne"
Дата:
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



Re: Beta 5 build report

От
Tom Lane
Дата:
"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