summaryrefslogtreecommitdiff
path: root/sc/qa/unit/opencl-test.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-17 09:05:20 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-17 09:05:47 +0200
commit62fd1cfb7eb64ac48d588b667e325c6d80528e33 (patch)
tree839c0257261fcf5a0590fd54a8eebedeefb46f5e /sc/qa/unit/opencl-test.cxx
parent51cf9b09542d795c40743e14fa009316286654b2 (diff)
WaE: unused variables
Change-Id: I81cdd8d295e07d13b6013e1a64f7c7327f5c54c2
Diffstat (limited to 'sc/qa/unit/opencl-test.cxx')
-rw-r--r--sc/qa/unit/opencl-test.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/unit/opencl-test.cxx b/sc/qa/unit/opencl-test.cxx
index 238cefd9878c..0cbf365a31f0 100644
--- a/sc/qa/unit/opencl-test.cxx
+++ b/sc/qa/unit/opencl-test.cxx
@@ -767,6 +767,8 @@ void ScOpenclTest::testMathFormulaRandom()
double fLibre = pDoc->GetValue(ScAddress(0,i,0));
double fExcel = pDocRes->GetValue(ScAddress(0,i,0));
//because the random numbers will always change,so give the test "true"
+ (void) fLibre;
+ (void) fExcel;
CPPUNIT_ASSERT(true);
}
xDocSh->DoClose();