Ecore_Thread: Avoid compiler warning

Use PRIuPTR to print the Eina_Thread handle.
This commit is contained in:
Guilherme Iscaro 2016-10-09 13:51:53 -03:00
parent 186dd9b00e
commit 2d1e7ff927
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ _ecore_direct_worker(Ecore_Pthread_Worker *work)
static void
_ecore_thread_worker_cleanup(void *data EINA_UNUSED)
{
DBG("cleanup thread=%" PRIu64 " (should join)", PHS());
DBG("cleanup thread=%" PRIuPTR " (should join)", PHS());
SLKL(_ecore_pending_job_threads_mutex);
_ecore_thread_count--;
SLKU(_ecore_pending_job_threads_mutex);