lib ldb ldb_key_value: csbuild fix signed unsigned compare
authorGary Lockyer <gary@catalyst.net.nz>
Fri, 7 Jun 2019 03:19:25 +0000 (15:19 +1200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 13 Jun 2019 07:16:23 +0000 (07:16 +0000)
commit566ca19482afc3c18fc157be49431b1901e11397
tree8e7e3ccf7e0c071a0d53e7fda185c041465d9c7e
parenta538c31aa4e9e03bb94967a204e032a73a9caae5
lib ldb ldb_key_value: csbuild fix signed unsigned compare

Fixes csbuild error.

Error: COMPILER_WARNING:
lib/ldb/ldb_key_value/ldb_kv_index.c: scope_hint: In function
‘ldb_kv_index_add1’
lib/ldb/ldb_key_value/ldb_kv_index.c:2601:15: warning: comparison of
integer expressions of different signedness: ‘int’ and ‘unsigned int’
[-Wsign-compare]

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/ldb/ldb_key_value/ldb_kv_index.c