Explorar o código

tcpops: remove explicit compile warning about unavailable TCP_KEEPIDLE

Daniel-Constantin Mierla %!s(int64=3) %!d(string=hai) anos
pai
achega
55255570cf
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/modules/tcpops/tcpops.c

+ 0 - 1
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