Skip to content

Commit 9f8e56e

Browse files
authored
Fix ci warnings.
1 parent c8d7471 commit 9f8e56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yasio/impl/yasio-ni.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ YASIO_NI_API int yasio_start(const char *params,
107107

108108
return static_cast<int>(hosts.size());
109109
}
110-
YASIO_NI_API void yasio_set_resolv_fn(int opt, int (*resolv)(const char *host, intptr_t sbuf))
110+
YASIO_NI_API void yasio_set_resolv_fn(int (*resolv)(const char *host, intptr_t sbuf))
111111
{
112112
resolv_fn_t fn = [resolv](std::vector<ip::endpoint> &eps, const char *host, unsigned short port) {
113113
char buffer[128] = {0};

0 commit comments

Comments
 (0)