# HG changeset patch # User Kim Alvefur # Date 1557739845 -7200 # Node ID 5a5fd234dec74aed10b4786f075cfd7857f2e7ac # Parent 409ff72c501c3c63c6f0c358f76727c2869f6852 util.encodings: Declare absence of arguments [-Wstrict-prototypes] diff -r 409ff72c501c -r 5a5fd234dec7 util-src/encodings.c --- a/util-src/encodings.c Mon May 13 10:03:46 2019 +0100 +++ b/util-src/encodings.c Mon May 13 11:30:45 2019 +0200 @@ -330,7 +330,7 @@ #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);