[foreign-memaccess+abi] Integrated: Minor Windows build fixes
Jorn Vernee
jvernee at openjdk.java.net
Fri May 7 10:21:09 UTC 2021
On Thu, 6 May 2021 19:01:45 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
> Some minor changes to fix build errors/warnings on Windows:
>
> - Remove spurious `vprintf` declaration in libStdLibTest.h (it is already included as part of stdio.h). This was causing an error due to a conflicting declaration.
> - Remove `return` before free in benchmark lib. This was causing a warning that was then treated as an error.
>
> Thanks,
> Jorn
This pull request has now been integrated.
Changeset: 9472dff2
Author: Jorn Vernee <jvernee at openjdk.org>
URL: https://git.openjdk.java.net/panama-foreign/commit/9472dff21fbf41cca7e934d28019891b3d8f6131
Stats: 56 lines in 3 files changed: 10 ins; 44 del; 2 mod
Minor Windows build fixes
Reviewed-by: mcimadamore
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/528
More information about the panama-dev
mailing list