OpenKMIP / libkmip

A C implementation of the KMIP specification.
Other
38 stars 25 forks source link

Fix the usage of kmip_get_num_items_next in the test suite #51

Closed PeterHamilton closed 4 years ago

PeterHamilton commented 4 years ago

This change fixes the usage of the kmip_get_num_items_next utility function in the test suite, updating the variable type in use from int to size_t. This fixes several cases of gcc DangerousConversion.