aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testutil.h')
-rw-r--r--tests/testutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testutil.h b/tests/testutil.h
index 6c51e99b6..b4124e4c3 100644
--- a/tests/testutil.h
+++ b/tests/testutil.h
@@ -42,6 +42,7 @@ public:
// parse C++ code
buffer.setData(cppCode);
bool res = m_builder->build(&buffer);
+ Q_UNUSED(res);
Q_ASSERT(res);
}