Add a return value to make compiler silent.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou 2013-07-25 20:38:09 +08:00 committed by Felix Fietkau
parent cca7fb2ab1
commit 2b4fc4c916

View file

@ -82,6 +82,9 @@ static int writev_retry(int fd, struct iovec *iov, int iov_len)
}
iov->iov_len -= cur_len;
} while (1);
/* Should never reach here */
return -1;
}
int __hidden ubus_send_msg(struct ubus_context *ctx, uint32_t seq,