aboutsummaryrefslogtreecommitdiff
path: root/helper/test/odpthreads.c
diff options
context:
space:
mode:
Diffstat (limited to 'helper/test/odpthreads.c')
-rw-r--r--helper/test/odpthreads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/test/odpthreads.c b/helper/test/odpthreads.c
index dbff4294e..83f9476fd 100644
--- a/helper/test/odpthreads.c
+++ b/helper/test/odpthreads.c
@@ -26,7 +26,7 @@ static void main_exit(void);
/* ODP application instance */
static odp_instance_t odp_instance;
-static int worker_fn(void *arg ODPH_UNUSED)
+static int worker_fn(void *arg ODP_UNUSED)
{
int cpu;
odp_cpumask_t workers;