Skip to content
Commit 0eed28b6 authored by Aleix Pol Gonzalez's avatar Aleix Pol Gonzalez 🐧
Browse files

Fix warnings on Android

No need to cast from int to char and then use it as int.
The warning was that char is unsigned, it was only a problem because we
were casting it in the first place.
parent 6692a0e1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment