some compilers need void param explicitly

This commit is contained in:
Joerg Pommnitz 2016-10-10 20:10:39 +08:00 committed by Andy Green
parent 63477ded0c
commit 0733610c0e
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -1217,7 +1217,7 @@ lws_set_extension_option(struct lws *wsi, const char *ext_name,
* client and server for how to do.
*/
static LWS_INLINE LWS_WARN_DEPRECATED const struct lws_extension *
lws_get_internal_extensions() { return NULL; }
lws_get_internal_extensions(void) { return NULL; }
/**
* lws_ext_parse_options() - deal with parsing negotiated extension options