summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmlcompiler.cpp
diff options
context:
space:
mode:
authorLars Schmertmann <Lars.Schmertmann@governikus.de>2020-06-27 12:58:24 +0200
committerLars Schmertmann <Lars.Schmertmann@governikus.de>2020-06-30 11:24:53 +0200
commit5b77d4186d5110b14f00825d67f691bbe660bc88 (patch)
tree9612aa6c5e95520087eff5050944ead377d7a850 /src/scxml/qscxmlcompiler.cpp
parentd765f71f3cf59a2eda1dca5215dda62b630cb202 (diff)
Add ; to Q_UNUSED
This is required to remove the ; from the macro with Qt 6. Task-number: QTBUG-82978 Change-Id: I1a30d0d7b3e67588aab45ea326ed3e4be25c0766 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/scxml/qscxmlcompiler.cpp')
-rw-r--r--src/scxml/qscxmlcompiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scxml/qscxmlcompiler.cpp b/src/scxml/qscxmlcompiler.cpp
index c19b9cf..25a8a88 100644
--- a/src/scxml/qscxmlcompiler.cpp
+++ b/src/scxml/qscxmlcompiler.cpp
@@ -840,7 +840,7 @@ QScxmlStateMachine *QScxmlCompilerPrivate::instantiateStateMachine() const
void QScxmlCompilerPrivate::instantiateDataModel(QScxmlStateMachine *stateMachine) const
{
#ifdef BUILD_QSCXMLC
- Q_UNUSED(stateMachine)
+ Q_UNUSED(stateMachine);
#else
if (!m_errors.isEmpty()) {
qWarning() << "SCXML document has errors";