Fix warnings for DEBUG build. Build with tracing still broken.
This is a modified version of a patch in #8252 by Urias McCullough.
This commit is contained in:
@@ -90,7 +90,7 @@ status_t OpenSoundAddOn::InitCheck(
|
||||
int32 OpenSoundAddOn::CountFlavors()
|
||||
{
|
||||
CALLED();
|
||||
PRINT(("%d flavours\n", fDevices.CountItems()));
|
||||
PRINT(("%" B_PRId32 " flavours\n", fDevices.CountItems()));
|
||||
return fDevices.CountItems();
|
||||
}
|
||||
|
||||
|
||||
@@ -559,7 +559,7 @@ OpenSoundNode::NodeRegistered()
|
||||
SetParameterWeb(fWeb);
|
||||
|
||||
// apply configuration
|
||||
#ifdef PRINTING
|
||||
#ifdef TRACE_OSS_NODE
|
||||
bigtime_t start = system_time();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user