rockchip-linux / rkdeveloptool

GNU General Public License v2.0
159 stars 91 forks source link

Use signed char for variable #42

Closed nullr0ute closed 5 years ago

nullr0ute commented 5 years ago

Architectures other than x86 don't by default treat char as signed so be explicit so the build doesn't fail when building on other arches such as Arm. Fixes #41

Signed-off-by: Peter Robinson pbrobinson@gmail.com

keveryang commented 5 years ago

Thanks Peter.

rkchrome commented 5 years ago

Thanks Peter's patch.