Kaydet (Commit) 4891de14 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: C4189: 'aTests' : local variable is initialized but not referenced

Change-Id: I3526b45c374511b77086ffd81566cc1e9b813142
üst d5642fe0
...@@ -168,6 +168,7 @@ void Test::testFormulaCreateStringFromTokens() ...@@ -168,6 +168,7 @@ void Test::testFormulaCreateStringFromTokens()
"{1;TRUE;3|FALSE;5;\"Text\"|;;}", // inline matrix "{1;TRUE;3|FALSE;5;\"Text\"|;;}", // inline matrix
"SUM('file:///path/to/fake.file'#$Sheet.A1:B10)", "SUM('file:///path/to/fake.file'#$Sheet.A1:B10)",
}; };
(void) aTests;
boost::scoped_ptr<ScTokenArray> pArray; boost::scoped_ptr<ScTokenArray> pArray;
......
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