Kaydet (Commit) 62fd1cfb authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variables

Change-Id: I81cdd8d295e07d13b6013e1a64f7c7327f5c54c2
üst 51cf9b09
...@@ -767,6 +767,8 @@ void ScOpenclTest::testMathFormulaRandom() ...@@ -767,6 +767,8 @@ void ScOpenclTest::testMathFormulaRandom()
double fLibre = pDoc->GetValue(ScAddress(0,i,0)); double fLibre = pDoc->GetValue(ScAddress(0,i,0));
double fExcel = pDocRes->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" //because the random numbers will always change,so give the test "true"
(void) fLibre;
(void) fExcel;
CPPUNIT_ASSERT(true); CPPUNIT_ASSERT(true);
} }
xDocSh->DoClose(); xDocSh->DoClose();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment