diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/demoserver.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/demoserver.cpp b/src/demoserver.cpp index c8c8c8b9..dace861f 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()) { |
