Fix compiler warnings

This commit is contained in:
Rubasri Kalidas
2018-12-18 11:30:57 -06:00
parent 6460446aa6
commit 3003161eff
3 changed files with 17 additions and 13 deletions

View File

@@ -36,6 +36,10 @@ static unsigned long lh_char_hash(const void *k);
static unsigned long lh_perllike_str_hash(const void *k);
static lh_hash_fn *char_hash_fn = lh_char_hash;
/* comparison functions */
int lh_char_equal(const void *k1, const void *k2);
int lh_ptr_equal(const void *k1, const void *k2);
int
json_global_set_string_hash(const int h)
{