WMF-plugin: Fix warnings about unused variables.
Change-Id: I2b7864463799b23418fc4c3099d73a63709fe8c5 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
dbdd1946a0
commit
5c5d19e874
@@ -1286,6 +1286,7 @@ namespace
|
||||
{
|
||||
HRESULT hr = S_OK;
|
||||
Q_ASSERT(pOp != NULL);
|
||||
Q_UNUSED(pOp)
|
||||
hr = processSamplesFromQueue(WriteSamples);
|
||||
// We are in the middle of an asynchronous operation, so if something failed, send an error.
|
||||
if (FAILED(hr))
|
||||
|
||||
Reference in New Issue
Block a user