mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.encodings: Declare absence of arguments [-Wstrict-prototypes]
This commit is contained in:
parent
a9d08911dc
commit
63c03ce6ef
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ USpoofChecker *icu_spoofcheck;
|
|||
#endif
|
||||
|
||||
/* initialize global ICU stringprep profiles */
|
||||
void init_icu() {
|
||||
void init_icu(void) {
|
||||
UErrorCode err = U_ZERO_ERROR;
|
||||
utrace_setLevel(UTRACE_VERBOSE);
|
||||
icu_nameprep = usprep_openByType(USPREP_RFC3491_NAMEPREP, &err);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue