From 550f27dbdbd00024e483b989ebc033b2cbe0d239 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 3 Jul 2009 12:19:12 -0400 Subject: Clean up warnings in common/ Fix consts and function declarations --- common/dhash/dhash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/dhash/dhash.h') diff --git a/common/dhash/dhash.h b/common/dhash/dhash.h index 4f97f69eb..2bc5e6e39 100644 --- a/common/dhash/dhash.h +++ b/common/dhash/dhash.h @@ -100,7 +100,7 @@ typedef enum typedef struct hash_key_t { hash_key_enum type; union { - const char *str; + char *str; unsigned long ul; }; } hash_key_t; -- cgit