Questions about warnings

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Questions about warnings
Дата
Msg-id 20070125121834.GA27011@svr2.hagander.net
обсуждение исходный текст
Ответы Re: Questions about warnings  (Peter Eisentraut <peter_e@gmx.net>)
Re: Questions about warnings  (Gavin Sherry <swm@alcove.com.au>)
Список pgsql-hackers
I'm looking over the VC build trying to eliminate what warnings are
left. One thing that appears in a couple of places is stuff like:

.\src\bin\psql\print.c(2014): warning C4090: 'function' : different
'const' qualifiers

This happens in psql when we do free() on a variable that's "const char
**". The same thing happens in oracle_compat.c in the backend with
pfree().

Is this a warning we should care about and remove (or change?) the const
qualifyer? Or should I just ignore it?

//Magnus


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Recursive Queries
Следующее
От: Magnus Hagander
Дата:
Сообщение: ECPG buglet?