From: Vadim Zeitlin Date: Sat, 9 Jun 2001 02:01:54 +0000 (+0000) Subject: warning fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/53e3052c3c558081f5403adf3726ddbc16abc0d6 warning fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/mimetype.cpp b/src/unix/mimetype.cpp index a78e5ee7f5..eda69158e7 100644 --- a/src/unix/mimetype.cpp +++ b/src/unix/mimetype.cpp @@ -2203,7 +2203,7 @@ bool wxMimeTypesManagerImpl::ReadMailcap(const wxString& strFileName, // the flags and field values on the current line bool needsterminal = FALSE, copiousoutput = FALSE; - wxMimeArrayString *entry; + wxMimeArrayString *entry = NULL; // suppress compiler warning wxString strType, strOpenCmd,