Kaydet (Commit) 0df12e2f authored tarafından Miklos Vajna's avatar Miklos Vajna

sc: -Werror,-Wunused-variable

Change-Id: I635efd806bf9a6d158fb0df7a1705f42966ba669
üst 514f9fc6
...@@ -1359,7 +1359,7 @@ void ScIconSetFormat::EnsureSize() ...@@ -1359,7 +1359,7 @@ void ScIconSetFormat::EnsureSize()
{ {
if (aIconSetMap[i].eType == eType) if (aIconSetMap[i].eType == eType)
{ {
size_t nElements = aIconSetMap[i].nElements; // size_t nElements = aIconSetMap[i].nElements;
// TODO: implement // TODO: implement
break; break;
} }
......
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