Re: 7.4beta compile warning

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.4beta compile warning
Дата
Msg-id 23744.1060353691@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 7.4beta compile warning  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-hackers
Gaetano Mendola <mendola@bigfoot.com> writes:
> gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
> -I../../../src/include   -c -o execScan.o execScan.c
> execScan.c: In function `tlist_matches_tupdesc':
> execScan.c:199: warning: unused variable `att_tup'

Looks like you're the first person to build 7.4 without --enable-cassert
... or at least the first one who looked for warning messages.  Fixed.

> In file included from preproc.y:6278:
> pgc.c: In function `yylex':
> pgc.c:1386: warning: label `find_rule' defined but not used
> /usr/include/ctype.h: At top level:
> pgc.c:3367: warning: `yy_flex_realloc' defined but not used

These are flex's fault.  We could get around them but the work needed
is unreasonable.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Moved simple_prompt()/sprompt.c
Следующее
От: Tom Lane
Дата:
Сообщение: Re: getting confused parsing ACLITEMS...