Fix warnings about unused variables.

Change-Id: I147ff8624faa98396d6c48801c41a731fd02ac10
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
Friedemann Kleint
2013-02-14 12:00:46 +01:00
committed by The Qt Project
parent fc62718e98
commit 41dc5467bf
7 changed files with 15 additions and 1 deletions

View File

@@ -96,6 +96,8 @@ public:
STDMETHODIMP SampleCB(double Time, IMediaSample *pSample)
{
Q_UNUSED(Time)
Q_UNUSED(pSample)
return E_NOTIMPL;
}