transport.c:206:23: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if (sockerr.revents && POLLERR) { ^ ~~~~~~~ transport.c:206:23: note: use '&' for a bitwise operation
transport.c:206:23: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if (sockerr.revents && POLLERR) { ^ ~~~~~~~ transport.c:206:23: note: use '&' for a bitwise operation