From 5bfe62a00d2d659eec9f19b39802b6e69844fc27 Mon Sep 17 00:00:00 2001 From: Zachary Waldowski Date: Thu, 9 Jan 2014 13:41:27 -0500 Subject: [PATCH] Darwin/AArch64: Inhibit Clang previous prototype warnings --- src/aarch64/ffi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aarch64/ffi.c b/src/aarch64/ffi.c index f1a063d5..04d765d8 100644 --- a/src/aarch64/ffi.c +++ b/src/aarch64/ffi.c @@ -863,7 +863,7 @@ ffi_prep_closure_loc (ffi_closure* closure, descriptors, invokes the wrapped function, then marshalls the return value back into the call context. */ -void +void FFI_HIDDEN ffi_closure_SYSV_inner (ffi_closure *closure, struct call_context *context, void *stack) {