Fixed some DEBUG_OUTPUT format string.

This commit is contained in:
Mohammad Abdul Awal
2016-03-01 16:06:00 +00:00
committed by Matthew Barr
parent 1bc12139a2
commit b58d05dfec
2 changed files with 4 additions and 4 deletions

View File

@@ -377,7 +377,7 @@ void partitionGraph(ptr_vector<VertexInfo> &infos, ClassMap &classes,
work_queue.push(eq_class);
}
}
DEBUG_PRINTF("partitioned, %lu equivalence classes\n", classinfomap.size());
DEBUG_PRINTF("partitioned, %zu equivalence classes\n", classinfomap.size());
}
// generalized equivalence processing (left and right)