Damn coding conventions. I am coding some networking code and came across this warning from the compiler:

Local Variable sex is not used.

The variable “sex” is a Sockets exception so my coding conventions require it to be called sex. Hmmm. :)