Suppress compiler warnings on mingw

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема Suppress compiler warnings on mingw
Дата
Msg-id 20080314114059.63D8.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответы Re: Suppress compiler warnings on mingw  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
Here is a patch to suppress compiler warnings in mingw build.

- Remove unused local variables.
- Cast DWORD to unsigned integer explicitly.
    DWORD is always 32bit integer on both 32bit and 64bit Windows.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center


Вложения

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

Предыдущее
От: Robert Lor
Дата:
Сообщение: Re: DTrace probe patch for OS X Leopard
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Suppress compiler warnings on mingw