зеркало из https://github.com/mozilla/gecko-dev.git
Bug 640117 - Unchecked return value in AudioParent::Notify; r=dougt
This commit is contained in:
Родитель
0c4f09760f
Коммит
d2a3d8ea92
|
@ -160,7 +160,7 @@ AudioParent::Notify(nsITimer* timer)
|
|||
|
||||
NS_ASSERTION(mStream, "AudioStream not initialized.");
|
||||
PRInt64 offset = mStream->GetSampleOffset();
|
||||
SendSampleOffsetUpdate(offset, PR_IntervalNow());
|
||||
unused << SendSampleOffsetUpdate(offset, PR_IntervalNow());
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче