[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: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 26 Oct 2010 10:01:17 -0200
> Details on the warning are here:
> http://msdn.microsoft.com/en-us/library/ke55d167(v=VS.100).aspx .
To resolve this warning, either use 64-bit shift, or explicitly cast
the shift result to 64-bit.
They really could not care less for portability...
> The below patch makes it happy. [...]
It does not seem to cover all shift-warnings in your original message...
-- Roberto