mirror of
https://github.com/json-c/json-c.git
synced 2026-03-28 17:39:07 +08:00
Fix compiler warnings
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user