Marked unused parameter in net_socket.c

Found by clang on FreeBSD
This commit is contained in:
thorkill 2015-07-02 21:39:07 +02:00
parent d2e038ab24
commit 3f4855587c

View file

@ -107,6 +107,7 @@ static bool bind_to_interface(int sd) {
return false;
}
#else /* if !defined(SOL_SOCKET) || !defined(SO_BINDTODEVICE) */
UNUSED(sd);
logger(DEBUG_ALWAYS, LOG_WARNING, "%s not supported on this platform", "BindToInterface");
#endif