Given `long long o1` and `unsigned int o2`, then `o1 << o2` was converting o2 to long long and then to int. Remove the first conversion and just convert o2 to int. |
||
|---|---|---|
| .. | ||
| a68s | ||
| b | ||
| basic | ||
| cem | ||
| fortran | ||
| m2 | ||
| occam | ||
| pc | ||
| build.lua | ||
Given `long long o1` and `unsigned int o2`, then `o1 << o2` was converting o2 to long long and then to int. Remove the first conversion and just convert o2 to int. |
||
|---|---|---|
| .. | ||
| a68s | ||
| b | ||
| basic | ||
| cem | ||
| fortran | ||
| m2 | ||
| occam | ||
| pc | ||
| build.lua | ||