On Tue, Apr 29, 2014 at 12:37 PM, Sergey Muraviov
<sergey.k.murav...@gmail.com> wrote:
> 2014-04-29 5:52 GMT+04:00 Peter Eisentraut <pete...@gmx.net>:
>
>> Please fix this compiler warning.  I think it came from this patch.
>> print.c: In function 'print_aligned_vertical':
>> print.c:1354:10: error: pointer targets in passing argument 1 of
>> 'strlen_max_width' differ in signedness [-Werror=pointer-sign]
>>           encoding);
>>           ^
>> print.c:126:12: note: expected 'unsigned char *' but argument is of type
>> 'char *'
>>  static int strlen_max_width(unsigned char *str, int *target_width, int
>> encoding);
>>             ^
> fixed
Your patch has been committed by Greg not so long ago, you should send
for this warning a patch rebased on the latest master branch commit :)
-- 
Michael


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to