From 4a0a481ac6c654b205e4b7d43e6586ddc5fdf66b Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Tue, 10 Nov 2015 08:44:51 -0800 Subject: [PATCH] more fixes --- tests/recording/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/recording/src/main.cpp b/tests/recording/src/main.cpp index 96c9a7f1a7..f4049b04b7 100644 --- a/tests/recording/src/main.cpp +++ b/tests/recording/src/main.cpp @@ -94,6 +94,7 @@ void testClipOrdering() { for (auto writeFrame = writeClip->nextFrame(); writeFrame; writeFrame = writeClip->nextFrame()) { QVERIFY(writeClip->position() >= lastFrameTimeOffset); } + Q_UNUSED(lastFrameTimeOffset); // FIXME - Unix build not yet upgraded to Qt 5.5.1 we can remove this once it is } #ifdef Q_OS_WIN32