some compilers need void param explicitly
This commit is contained in:
parent
63477ded0c
commit
0733610c0e
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue