Re: Suppress compiler warnings on mingw

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Suppress compiler warnings on mingw
Дата
Msg-id 200803140540.46540.peter_e@gmx.net
обсуждение исходный текст
Ответ на 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:
> - Cast DWORD to unsigned integer explicitly.
>     DWORD is always 32bit integer on both 32bit and 64bit Windows.

I think if that is so, you wouldn't need to add any casts.  Instead you would
only need to use the right format specifier.

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

Предыдущее
От: ITAGAKI Takahiro
Дата:
Сообщение: Suppress compiler warnings on mingw
Следующее
От: ITAGAKI Takahiro
Дата:
Сообщение: Re: Suppress compiler warnings on mingw