diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-07-03 21:46:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-07-03 21:46:26 +0300 |
commit | e6aabd119c67f73699f7ba33099bdecd78fe18c9 (patch) | |
tree | 667771838c774072e3c2ff641aa29750f6f6c5a4 /sc/source | |
parent | 6116f93586ebfc6256f6f953e347e0d273ae2d7c (diff) |
WaE: unused parameter 'rMat'
Change-Id: I5307b6eaee66dd66fbf64673767f7ac6a8225470
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/opencl/formulagroupcl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx index ca064fe4c5da..6a96129d5f9d 100644 --- a/sc/source/core/opencl/formulagroupcl.cxx +++ b/sc/source/core/opencl/formulagroupcl.cxx @@ -57,7 +57,7 @@ public: const ScFormulaCellGroupRef& xGroup, ScTokenArray& rCode); }; -ScMatrixRef FormulaGroupInterpreterOpenCL::inverseMatrix(const ScMatrix& rMat) +ScMatrixRef FormulaGroupInterpreterOpenCL::inverseMatrix(const ScMatrix& /* rMat */) { return ScMatrixRef(); } |