diff options
Diffstat (limited to 'libgomp/oacc-host.c')
-rw-r--r-- | libgomp/oacc-host.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgomp/oacc-host.c b/libgomp/oacc-host.c index a24899c..fd3a672 100644 --- a/libgomp/oacc-host.c +++ b/libgomp/oacc-host.c @@ -148,7 +148,8 @@ host_openacc_exec (void (*fn) (void *), } static void -host_openacc_register_async_cleanup (void *targ_mem_desc __attribute__ ((unused))) +host_openacc_register_async_cleanup (void *targ_mem_desc __attribute__ ((unused)), + int async __attribute__ ((unused))) { } |