Обсуждение: Compile warning

Поиск
Список
Период
Сортировка

Compile warning

От
Bruce Momjian
Дата:
Magnus, I am seeing this compile warning, I think related to work you
were doing:
 guc.c:7116: warning: `assign_backslash_quote' defined but not used

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


Re: Compile warning

От
Magnus Hagander
Дата:
Bruce Momjian wrote:
> Magnus, I am seeing this compile warning, I think related to work you
> were doing:
> 
>   guc.c:7116: warning: `assign_backslash_quote' defined but not used

Yup, that's mine, fixed.

//Magnus