typed arrays: use `signed char` for signed int8s
The C standard allows plain `char` to be unsigned. The build environment at Google trips this issue.
parent
9fa953d3
Please register or sign in to comment
The C standard allows plain `char` to be unsigned. The build environment at Google trips this issue.