mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix unsigned signed conversion warning
This commit is contained in:
parent
d11a545d3f
commit
b56722ed65
|
@ -50,7 +50,7 @@ bool shared_strings_serializer::read_shared_strings(const xml_document &xml, std
|
|||
strings.clear();
|
||||
|
||||
auto root_node = xml.get_child("sst");
|
||||
auto unique_count = 0;
|
||||
std::size_t unique_count = 0;
|
||||
|
||||
if (root_node.has_attribute("uniqueCount"))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user