diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-26 10:08:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-17 12:14:04 +0100 |
commit | deb46c8ad376896d191ad96791ae1eebc2ffa3b7 (patch) | |
tree | 69d5a807c927680a7a6e5494ca8d19347d6fb161 | |
parent | fbfab3614df6ba2a547d872191bf21a511307f0a (diff) |
WaE: unused parameter 'bForceEvaluation'
Change-Id: I402ccfa2e24240347985d9fda7adf4e2c01712fd
(cherry picked from commit b9b8e26aa0ff86b131c9da84f33ee3ce397104d6)
-rw-r--r-- | sc/source/core/tool/formulagroup.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/core/tool/formulagroup.cxx b/sc/source/core/tool/formulagroup.cxx index 9f386e175573..3909bca3a8da 100644 --- a/sc/source/core/tool/formulagroup.cxx +++ b/sc/source/core/tool/formulagroup.cxx @@ -651,6 +651,8 @@ bool FormulaGroupInterpreter::switchOpenCLDevice(const OUString& rDeviceId, bool return bSuccess; #endif } +#else + (void) bForceEvaluation; #endif return false; } |