Avoid returning result of function that doesn't return
The result of 'check_sizeof_host' is used even though it is always None. check_sizeof_cross does use return, but only to exit the function early.
Loading
Please register or sign in to comment