Fix handle casting in debug messages.
Change statvfs64 to statvfs and leave the build system configure it, so it doesn't break on OS X. Enable pkg-config on OS X.
This commit is contained in:
@@ -53,7 +53,7 @@ void CmaClient::connectUsb()
|
||||
{
|
||||
vita_device_t *vita;
|
||||
|
||||
qDebug("Starting usb_thread: %u", (unsigned int)QThread::currentThreadId());
|
||||
qDebug("Starting usb_thread: %lu", (unsigned long)QThread::currentThreadId());
|
||||
|
||||
setActive(true);
|
||||
|
||||
@@ -84,7 +84,7 @@ void CmaClient::connectWireless()
|
||||
QTime now = QTime::currentTime();
|
||||
qsrand(now.msec());
|
||||
|
||||
qDebug("Starting wireless_thread: %u", (unsigned int)QThread::currentThreadId());
|
||||
qDebug("Starting wireless_thread: %lu", (unsigned long)QThread::currentThreadId());
|
||||
|
||||
setActive(true);
|
||||
|
||||
|
Reference in New Issue
Block a user