Block a user
build fails on arm on case label range
Hi, sorry for the inactivity, this error is due to EOF being defined as a negative signed int of a value exceeding the minimum value permitted by char on arm (which seems to be unsigned).
I should have fixed the problem with a preprocessor check to enable that case only on x86 architectures, check if it compiles and I will (hopefully) be abled to close this issue.
Again sorry for the long wait