From cf8c6dfe32580d2d93cb67f496f50fa14c572f5c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 31 Jan 2016 11:21:48 +0100 Subject: Enabled and fixed a bunch of warnings --- tests/dummyresourcewritebenchmark.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/dummyresourcewritebenchmark.cpp b/tests/dummyresourcewritebenchmark.cpp index 1a8893b..ccbe5ac 100644 --- a/tests/dummyresourcewritebenchmark.cpp +++ b/tests/dummyresourcewritebenchmark.cpp @@ -120,6 +120,7 @@ class DummyResourceWriteBenchmark : public QObject resource.processCommand(Sink::Commands::CreateEntityCommand, command); } auto appendTime = time.elapsed(); + Q_UNUSED(appendTime); auto bufferSizeTotal = bufferSize * num; //Wait until all messages have been processed -- cgit v1.2.3