I\'m having trouble compiling some C code. When I compile, I\'l get this error:
player.c: In function ‘login’: player.c:54:17: error: void value not igno
I'm going to guess that sp_session_login is declared as returning void and not sp_error and there is some alternative way of determining whether it succeeded.
sp_session_login
void
sp_error