Browse Source

fix build

Samuel Thibault 7 years ago
parent
commit
1e4e7818bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/thread.c

+ 1 - 1
src/common/thread.c

@@ -354,7 +354,7 @@ int starpu_pthread_cond_timedwait(starpu_pthread_cond_t *cond, starpu_pthread_mu
 
 	_starpu_pthread_cond_auto_init(cond);
 	xbt_cond_timedwait(*cond, *mutex, delay);
-	STARPU_ASSERT(0, "FIXME: we don't have a return value for ETIMEOUT");
+	STARPU_ASSERT_MSG(0, "FIXME: we don't have a return value for ETIMEOUT");
 
 	_STARPU_TRACE_COND_WAIT_END();