Re: test beta build

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: test beta build
Дата
Msg-id 0cfa01c35c85$d285dda0$2800a8c0@mars
обсуждение исходный текст
Ответ на test beta build  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Ответы Re: test beta build  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> "Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> >
gcc -pipe -O -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error -I
> >
./../include -I. -I../../../../src/include  -DMAJOR_VERSION=3 -DMINOR_VERSIO
> >
N=0 -DPATCHLEVEL=0 -DINCLUDE_PATH=\"/home/chriskl/local/include\"   -c -o
> > preproc.o preproc.c
> > preproc.y: In function `yyparse':
> > preproc.y:5295: warning: int format, different type arg (arg 3)
>
> Fixed, I believe --- please check when you have a chance.

Cool.  It's just down to this now:

gcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-error-I./../include -I.
-I../../../../src/include  -DMAJOR_VERSION=3 -DMINOR_VE
 
RSION=0 -DPATCHLEVEL=0 -DINCLUDE_PATH=\"/home/chriskl/local/include\"   -c -
o preproc.o preproc.c -MMD
In file included from preproc.y:6278:
pgc.c: In function `yylex':
pgc.c:1387: warning: label `find_rule' defined but not used
preproc.y: At top level:
pgc.c:3367: warning: `yy_flex_realloc' defined but not used

Chris

ps. Don't get the impression that I actually use the Alpha - it's just an
old machine lying around that I use to keep pgsql honest :)  Don't consider
it a platform that you need to support because of me :P



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Creager
Дата:
Сообщение: Re: 7.4 Beta1 "elog" problem
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: encoding question