From 23467ce54d8cb17232c8361ab9fbb615f102f096 Mon Sep 17 00:00:00 2001 From: in1tiate <32779090+in1tiate@users.noreply.github.com> Date: Sat, 11 Jan 2025 02:13:46 -0600 Subject: [PATCH] unused macro --- src/demoserver.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/demoserver.cpp b/src/demoserver.cpp index c8c8c8b..dace861 100644 --- a/src/demoserver.cpp +++ b/src/demoserver.cpp @@ -442,6 +442,7 @@ void DemoServer::playback() } // Take the first arg as the command QString command = f_contents.takeFirst(); + Q_UNUSED(command); // this seems load-bearing. TODO: this should not be load-bearing int duration = 0; if (!f_contents.isEmpty()) {