Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul committed Jan 29, 2024
1 parent 46215f6 commit c4f790c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drivers/hip/driver_hip.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* StarPU --- Runtime system for heterogeneous multicore architectures.
*
* Copyright (C) 2008-2023 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
* Copyright (C) 2008-2024 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
* Copyright (C) 2010 Mehdi Juhoor
* Copyright (C) 2011 Télécom-SudParis
* Copyright (C) 2013 Thibaut Lambert
Expand Down Expand Up @@ -1683,7 +1683,7 @@ hwloc_obj_t _starpu_hip_get_hwloc_obj(hwloc_topology_t topology, int devid)
}
#endif

void starpu_hipblas_report_error(const char *func, const char *file, int line, int status)
void starpu_hipblas_report_error(const char *func STARPU_ATTRIBUTE_UNUSED, const char *file STARPU_ATTRIBUTE_UNUSED, int line STARPU_ATTRIBUTE_UNUSED, int status STARPU_ATTRIBUTE_UNUSED)
{
#ifdef STARPU_USE_HIPBLAS
char *errormsg;
Expand Down

0 comments on commit c4f790c

Please sign in to comment.