mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-01 23:25:19 -04:00
fix unused variables compiler warning
This commit is contained in:
parent
b053278b18
commit
6a4b9927cb
1 changed files with 2 additions and 0 deletions
|
|
@ -1216,7 +1216,9 @@ recvfrom_wto(int sock, void *buf, unsigned int len, struct sockaddr *saddr,
|
|||
int n, ret;
|
||||
struct timeval to, then, now;
|
||||
fd_set rd, wr;
|
||||
#ifdef HAVE_MSGHDR_MSG_CONTROL
|
||||
char ans_data[4096];
|
||||
#endif // HAVE_MSGHDR_MSG_CONTROL
|
||||
struct msghdr hdr;
|
||||
struct iovec iov;
|
||||
#ifdef SO_TIMESTAMP
|
||||
|
|
|
|||
Loading…
Reference in a new issue