Add _U_ to some variables that might be unused

This commit is contained in:
Ronnie Sahlberg
2013-06-29 11:14:46 -07:00
parent b555bbebdd
commit bc7b1dc600

View File

@@ -848,7 +848,7 @@ void iscsi_set_tcp_keepintvl(struct iscsi_context *iscsi, int value)
ISCSI_LOG(iscsi, 2, "TCP_KEEPINTVL will be set to %d on next socket creation",value);
}
int iscsi_set_tcp_keepalive(struct iscsi_context *iscsi, int idle, int count, int interval)
int iscsi_set_tcp_keepalive(struct iscsi_context *iscsi, int idle _U_, int count _U_, int interval _U_)
{
#ifdef SO_KEEPALIVE
int value = 1;