From: Robert Spalek Date: Sat, 8 Oct 2005 11:52:19 +0000 (+0000) Subject: shut up, gcc X-Git-Tag: holmes-import~718 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=dca5f3368d079186be487724d6521f222b7991e9;p=libucw.git shut up, gcc --- diff --git a/lib/kmp.h b/lib/kmp.h index abbf3b23..99dd5142 100644 --- a/lib/kmp.h +++ b/lib/kmp.h @@ -111,7 +111,7 @@ kmp_enter_string(struct kmp *kmp, const byte *str, uns id) * and uses KMP_GET_RAW to read its input. */ byte buf[3*strlen(str)+1], *str2 = buf; - kmp_char_t c; + kmp_char_t c = 0; do { kmp_get_char(&str, &c, kmp->modify_flags);