Closed fornwall closed 6 years ago
Fix the following warning when chars are unsigned (as they are on arm):
viewer.c:988:25: warning: comparison of constant -1 with expression of type 'char' is always true [-Wtautological-constant-out-of-range-compare] while((c = getch()) != ERR) {
thanks! 😀
Fix the following warning when chars are unsigned (as they are on arm):