summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/qa/unit/opencl-test.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/qa/unit/opencl-test.cxx b/sc/qa/unit/opencl-test.cxx
index e53857ca1100..aee109ea0ad9 100644
--- a/sc/qa/unit/opencl-test.cxx
+++ b/sc/qa/unit/opencl-test.cxx
@@ -777,6 +777,9 @@ void ScOpenCLTest::testSystematic()
CPPUNIT_ASSERT(nBHorEnd > 10);
CPPUNIT_ASSERT(nAHorEnd == nBHorEnd);
+ (void) nBVertEnd;
+ (void) nBHorEnd;
+
for (SCROW i = nAVertBegin; i < nAVertEnd; ++i)
{
for (int j = 1; j < nAHorEnd; ++j)