compiler warning

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема compiler warning
Дата
Msg-id 1249240755.4765.6948.camel@jdavis
обсуждение исходный текст
Ответы Re: compiler warning  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
A little while ago, I saw a compiler warning creep in:

In file included from gram.y:11202:
scan.c: In function ‘yy_try_NUL_trans’:
scan.c:15765: warning: unused variable ‘yyg’

I know there were some changes to minimum versions, but I think I have
those versions (listed below). I don't know if others are seeing this
warning or not.

Regards,Jeff Davis

$ gcc --version
gcc (Debian 4.3.3-14) 4.3.3
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
$ flex --version
flex 2.5.35
$ bison --version
bison (GNU Bison) 2.4.1
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.






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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Prefix support for synonym dictionary
Следующее
От: Tom Lane
Дата:
Сообщение: Re: compiler warning