mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Remove more compilation warnings
This commit is contained in:
@@ -269,6 +269,7 @@ bool StoreController::privateFillColumnWithFormula(Expression formula, Expressio
|
||||
variables[0][0] = 0;
|
||||
AppsContainer * appsContainer = ((TextFieldDelegateApp *)app())->container();
|
||||
int nbOfVariables = formula.getVariables(*(appsContainer->globalContext()), isVariable, (char *)variables, k_maxSizeOfStoreSymbols);
|
||||
(void) nbOfVariables; // Remove compilation warning of nused variable
|
||||
assert(nbOfVariables >= 0);
|
||||
int numberOfValuesToCompute = -1;
|
||||
int index = 0;
|
||||
|
||||
Reference in New Issue
Block a user