From: Thomas Roessler Date: Thu, 15 Jun 2000 21:22:46 +0000 (+0000) Subject: shut up the compiler. X-Git-Tag: mutt-1-3-4-rel~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=237ae8b3b353b312234cb57219acd59d523fcff5;p=mutt shut up the compiler. --- diff --git a/imap/imap.c b/imap/imap.c index ff8893f8..f36ea8ff 100644 --- a/imap/imap.c +++ b/imap/imap.c @@ -1150,7 +1150,7 @@ int imap_check_mailbox (CONTEXT *ctx, int *index_hint) { char buf[LONG_STRING]; static time_t checktime=0; - time_t t; + time_t t = 0; /* * gcc thinks it has to warn about uninitialized use