Disable compile warning: no newline at end of file
This commit is contained in:
parent
6ea337aa3e
commit
4dd8ada592
4 changed files with 4 additions and 4 deletions
|
@ -758,4 +758,4 @@ LWS_VISIBLE void lws_set_log_level(int level, void (*log_emit_function)(int leve
|
|||
log_level = level;
|
||||
if (log_emit_function)
|
||||
lwsl_emit = log_emit_function;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -387,4 +387,4 @@ lws_plat_inet_ntop(int af, const void *src, char *dst, int cnt)
|
|||
{
|
||||
return inet_ntop(af, src, dst, cnt);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -865,4 +865,4 @@ lws_server_get_canonical_hostname(struct libwebsocket_context *context,
|
|||
sizeof(context->canonical_hostname) - 1);
|
||||
|
||||
lwsl_notice(" canonical_hostname = %s\n", context->canonical_hostname);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -567,4 +567,4 @@ lws_ssl_context_destroy(struct libwebsocket_context *context)
|
|||
ERR_free_strings();
|
||||
EVP_cleanup();
|
||||
CRYPTO_cleanup_all_ex_data();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue