Closed ucko closed 4 years ago
Some compilers (at minimum GCC 7.3.0 with -Wconversion) otherwise issue warnings about possibly lossy int -> unsigned short conversion on the += lines, presumably due to implicit promotion of sums.
Some compilers (at minimum GCC 7.3.0 with -Wconversion) otherwise issue warnings about possibly lossy int -> unsigned short conversion on the += lines, presumably due to implicit promotion of sums.