From: Pavel Charvat Date: Tue, 11 Mar 2008 09:47:56 +0000 (+0100) Subject: KMP: removed possible compilation warning X-Git-Tag: holmes-import~404^2^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=821df3fa8438ff3d88a3293eeefdd4d651772385;p=libucw.git KMP: removed possible compilation warning --- diff --git a/lib/kmp.h b/lib/kmp.h index 8c8c5254..2c0633cd 100644 --- a/lib/kmp.h +++ b/lib/kmp.h @@ -214,7 +214,7 @@ P(hash_init_key) (struct P(hash_table) *t UNUSED, struct P(state) *s, struct P(s { bzero(s, sizeof(*s)); # ifdef KMP_INIT_STATE - struct P(struct) *kmp = (struct P(struct) *)t; + UNUSED struct P(struct) *kmp = (struct P(struct) *)t; { KMP_INIT_STATE(kmp, s); } # endif s->from = f;