From: Anthony Minessale Date: Mon, 27 Feb 2012 22:49:12 +0000 (-0600) Subject: comment assert for windows X-Git-Tag: v1.2-rc1~19^2^2~68^2~51^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23645b6af2b155203222bedd4cc3a134309147ed;p=thirdparty%2Ffreeswitch.git comment assert for windows --- diff --git a/libs/esl/src/esl.c b/libs/esl/src/esl.c index 562ee2d84c..d55fdbaa2e 100644 --- a/libs/esl/src/esl.c +++ b/libs/esl/src/esl.c @@ -741,9 +741,10 @@ ESL_DECLARE(int) esl_wait_sock(esl_socket_t sock, uint32_t ms, esl_poll_t flags) FD_ZERO(&wfds); FD_ZERO(&efds); +#ifdef WIN32 /* Wouldn't you rather know?? */ assert(sock <= FD_SETSIZE); - +#endif if ((flags & ESL_POLL_READ)) {