Try to disable warning, caused by a flaw in GCC socket macros
Using select to solve #474 needs to use socket macros, but they seem
to cause sign-conversion warnings for some GCC versions.
http://www.linuxquestions.org/questions/programming-9/impossible-to-use-gcc-with-wconversion-and-standard-socket-macros-841935/
Since the socket macros are defined in the standards, an explicit
type cast must not be used - it would cause warnings for standard
compliant compilers.