forked from github/server
gcc and clang want function pointers to be cast.
This commit is contained in:
parent
05b7837070
commit
f8e552ab6e
|
@ -529,7 +529,7 @@ keyword_t init_order(const struct order *ord, const struct locale *lang)
|
|||
odata_addref(parser_od);
|
||||
}
|
||||
str = OD_STRING(parser_od);
|
||||
init_tokens_ex(str, parser_od, odata_release);
|
||||
init_tokens_ex(str, parser_od, (void(*)(void *))odata_release);
|
||||
}
|
||||
return kwd;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue