Silence compiler warning about variable being used uninitialized.
It's a false positive - the variable is only used when 'onleft' is true, and it is initialized in that case. But the compiler doesn't necessarily see that.
Showing
Please register or sign in to comment