Portability
- Fixed warning on Solaris.
This commit is contained in:
@@ -696,7 +696,7 @@ int handleReportSummary (std::string &outs)
|
|||||||
table.addCell (row, 0, (i->first == "" ? "(none)" : i->first));
|
table.addCell (row, 0, (i->first == "" ? "(none)" : i->first));
|
||||||
table.addCell (row, 1, countPending[i->first]);
|
table.addCell (row, 1, countPending[i->first]);
|
||||||
if (counter[i->first])
|
if (counter[i->first])
|
||||||
table.addCell (row, 2, Duration (sumEntry[i->first] / counter[i->first]).format ());
|
table.addCell (row, 2, Duration ((int) sumEntry[i->first] / counter[i->first]).format ());
|
||||||
|
|
||||||
int c = countCompleted[i->first];
|
int c = countCompleted[i->first];
|
||||||
int p = countPending[i->first];
|
int p = countPending[i->first];
|
||||||
|
|||||||
Reference in New Issue
Block a user