lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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