[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: "Valeriy E. Ushakov" <uwe@...>
- Date: Tue, 26 Oct 2010 20:12:33 +0400
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?
-uwe