aboutsummaryrefslogtreecommitdiff
path: root/launcher/tools/JVisualVM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/tools/JVisualVM.cpp')
-rw-r--r--launcher/tools/JVisualVM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/tools/JVisualVM.cpp b/launcher/tools/JVisualVM.cpp
index 28ffb9cd..2734f5ab 100644
--- a/launcher/tools/JVisualVM.cpp
+++ b/launcher/tools/JVisualVM.cpp
@@ -32,7 +32,7 @@ void JVisualVM::profilerStarted()
emit readyToLaunch(tr("JVisualVM started"));
}
-void JVisualVM::profilerFinished(int exit, QProcess::ExitStatus status)
+void JVisualVM::profilerFinished([[maybe_unused]] int exit, QProcess::ExitStatus status)
{
if (status == QProcess::CrashExit)
{