diff --git a/src/modules/tcpops/tcpops.c b/src/modules/tcpops/tcpops.c index cb1728390c7..fa886c54600 100644 --- a/src/modules/tcpops/tcpops.c +++ b/src/modules/tcpops/tcpops.c @@ -168,7 +168,6 @@ int tcpops_keepalive_enable(int fd, int idle, int count, int interval, int close LM_ERR("failed to set keepalive idle interval: %s\n", strerror(errno)); } #else - #warning "TCP_KEEPIDLE option not supported by this platform" LM_DBG("TCP_KEEPIDLE option not available - ignoring\n"); #endif