* Just change the loop counter 'i' into size_t type.

Signed-off-by: Gris Ge <[email protected]>
---
 c_binding/lsm_mgmt.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c_binding/lsm_mgmt.cpp b/c_binding/lsm_mgmt.cpp
index bbf481c..c238826 100644
--- a/c_binding/lsm_mgmt.cpp
+++ b/c_binding/lsm_mgmt.cpp
@@ -124,7 +124,7 @@ int lsm_initiator_id_verify(const char *init_id,
 int lsm_volume_vpd83_verify(const char *vpd83)
 {
     int rc = LSM_ERR_INVALID_ARGUMENT;
-    int i;
+    size_t i;
     size_t vpd83_len;
 
     if (vpd83) {
-- 
1.8.3.1

_______________________________________________
libstoragemgmt-devel mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/libstoragemgmt-devel

Reply via email to