warning fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-06-09 02:01:54 +00:00
parent b5299791f4
commit 53e3052c3c

View File

@@ -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,