Re: Compiler warnings in current code

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Compiler warnings in current code
Дата
Msg-id 3CEDA094.6656E7CC@tpf.co.jp
обсуждение исходный текст
Ответ на Compiler warnings in current code  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Compiler warninnoop  (Kristis Makris <kristis.makris@datasoft.com>)
Список pgsql-odbc
Peter Eisentraut wrote:
>
> convert.c: In function `copy_statement_with_parameters':
> convert.c:1752: warning: assignment discards qualifiers from pointer target type
>
> and
>
> multibyte.c: In function `pg_mbschr':
> multibyte.c:267: warning: return discards qualifiers from
> pointer target type

I know it and both are const -> (without const) cases.
I can remove the warnings by adding cast but I don't
think it's a proper way. I'd like to fix it before
beta.

regards,
Hiroshi Inoue
    http://w2422.nsk.ne.jp/~inoue/

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

Предыдущее
От: "Patrick Hatcher"
Дата:
Сообщение: Re: int8 defined as text in MS Access?
Следующее
От: "Henshall, Stuart - WCP"
Дата:
Сообщение: Re: I want to store a .jpeg file in a table