Re: Suppress compiler warnings on mingw

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Suppress compiler warnings on mingw
Дата
Msg-id 200803142218.23658.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Suppress compiler warnings on mingw  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Ответы Re: Suppress compiler warnings on mingw  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Список pgsql-patches
ITAGAKI Takahiro wrote:
> DWORD is an alias for 'unsigned long' in 32bit Windows.

Then try using %lu and no casts.  That should get rid of the warnings the
proper way.

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

Предыдущее
От: Jeremy Drake
Дата:
Сообщение: Re: Suppress compiler warnings on mingw
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Hash Index Build Patch v2