result of 32-bit shift implicitly converted to 64 bits
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: result of 32-bit shift implicitly converted to 64 bits
- From: eugeny gladkih <john@...>
- Date: Wed, 1 Jun 2016 13:53:30 +0300
Hi,
windows x64:
lua-5.3.2/src/ltable.c(366): warning C4334: '<<': result of 32-bit shift
implicitly converted to 64 bits (was 64-bit shift intended?)
lua-5.3.2/src/ltable.c(418): warning C4334: '<<': result of 32-bit shift
implicitly converted to 64 bits (was 64-bit shift intended?)
is it what we want?