On Thu, 22 Jul 2021 15:12:03 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> Please review this small change. > I was running into those 2 warnings in EncodingSupport_md.c > function "utfTerminate" was declared but never referenced > function "platformToUtf8" was declared but never referenced > > Probably those 2 functions can and should be removed. Marked as reviewed by alanb (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/4875