Re: Warning question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Warning question
Дата
Msg-id 15231.961430127@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Warning question  (Adam Haberlach <adam@newsnipple.com>)
Список pgsql-hackers
Adam Haberlach <adam@newsnipple.com> writes:
> Every time config.h is compiled, I get the following warning--is this
> something that can/should be easily fixed, or should I figure out
> which gcc command-line flag turns this off?

> /Scratch/postgres-cvs/pgsql/src/include/config.h:411: warning: `struct in_addr' declared inside parameter list
> /Scratch/postgres-cvs/pgsql/src/include/config.h:411: warning: its scope is only this definition or declaration,
> /Scratch/postgres-cvs/pgsql/src/include/config.h:411: warning: which is probably not what you want.

It means you haven't imported a header that defines struct in_addr.
It looks like config.h is trying to do that just above the inet_aton
declaration, but evidently it needs some more work on your platform...
        regards, tom lane


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

Предыдущее
От: Oleg Broytmann
Дата:
Сообщение: Built with PostgreSQL (images)
Следующее
От: Peter Eisentraut
Дата:
Сообщение: On examine_subclass