[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: various warnings in 5.1.4 and 5.2.0-work4 with icc/msvc64/splint
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 26 Oct 2010 20:31:15 -0200
> On Thu, Oct 21, 2010 at 23:48:09 -0400, David Manura wrote:
>
> > 5.1.4 and 5.2.0-work4:
> > print.c(45): remark #181: argument is incompatible with corresponding
> > format string conversion
> > printf("\\%03u",(unsigned char)c);
> > -- unsigned int? (also reported by splint)
>
> Shouldn't this be printed in octal, by the way?
No because it tries to reproduce a Lua string not a C string.