avoid warning

This commit is contained in:
Vítor Santos Costa 2015-10-09 10:31:26 +01:00
parent bc2dabbca5
commit 1f3b2509f1
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_encode_char(utf8proc_int32_t uc, ut
} else return 0;
}
extern utf8proc_ssize_t unsafe_encode_char(utf8proc_int32_t uc, utf8proc_uint8_t *dst);