| 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. | ||
|---|---|---|
| .. | ||
| cemcom | ||
| cemcom.ansi | ||
| cpp.ansi | ||
| ctest | ||
| libcc | ||
| libcc.ansi | ||
| lint | ||
| 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. | ||
|---|---|---|
| .. | ||
| cemcom | ||
| cemcom.ansi | ||
| cpp.ansi | ||
| ctest | ||
| libcc | ||
| libcc.ansi | ||
| lint | ||