Kaydet (Commit) c4da2452 authored tarafından Michael Stahl's avatar Michael Stahl

spurious warning C4189 local variable initialized but not referenced

Change-Id: I1162ad2b222445b61a3cc3c6314c74b1b11f5483
üst 181b1c0f
......@@ -2152,6 +2152,7 @@ void ScExportTest::testPivotTableTwoDataFieldsXLSX()
}
const char* pNames[] = { "Name", "Value" };
(void) pNames;
size_t nCount = pCache->GetFieldCount();
if (nCount != SAL_N_ELEMENTS(pNames))
......
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