Change s_p_get* to void cast as needed
Coverity was complaining that the return value of s_p_get_* was ignored. I added typecasting of the return value to (void) where needed. No change in logic, just making Coverity happy ;)
Please register or sign in to comment