From b9b8e26aa0ff86b131c9da84f33ee3ce397104d6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 26 Nov 2013 10:08:11 +0200 Subject: [PATCH] WaE: unused parameter 'bForceEvaluation' Change-Id: I402ccfa2e24240347985d9fda7adf4e2c01712fd --- sc/source/core/tool/formulagroup.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sc/source/core/tool/formulagroup.cxx b/sc/source/core/tool/formulagroup.cxx index aa6e8e7d5bf7..0fed8537375f 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; }