Remove format warnings.

This commit is contained in:
codestation
2013-12-23 23:12:34 -04:30
parent 3848873ccf
commit 3fa40ff080
3 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ CmaEvent::CmaEvent(vita_device_t *s_device) :
void CmaEvent::process()
{
qDebug("Starting event_thread: 0x%016" PRIxPTR, (quintptr)QThread::currentThreadId());
qDebug("Starting event_thread: 0x%016" PRIxPTR, (uintptr_t)QThread::currentThreadId());
while(true) {
sema.acquire();