unknown conversion %m

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема unknown conversion %m
Дата
Msg-id 4DB79763.2010805@dunslane.net
обсуждение исходный текст
Ответы Re: unknown conversion %m  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
All or almost all the warnings seen on Windows/Mingw of the type 
"warning: unknown conversion type character 'm' in format" come from 
checking of three functions: errmsg, elog and errdetail. I therefore 
propose to disable the attribute checking of those three functions, on 
Windows only (since that's the only place I've seen the warnings). 
That's a much more conservative change than I made previously which 
would have turned off all format warnings on Mingw, and along with 
fixing the INT64_FORMAT (see email just sent) would fix the vast 
majority of compiler warnings, so we'd be almost clean again on MinGW.

cheers

andrew


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: fixing INT64_FORMAT warnings on Mingw
Следующее
От: Tom Lane
Дата:
Сообщение: Re: unknown conversion %m