warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2203,7 +2203,7 @@ bool wxMimeTypesManagerImpl::ReadMailcap(const wxString& strFileName,
|
|||||||
// the flags and field values on the current line
|
// the flags and field values on the current line
|
||||||
bool needsterminal = FALSE,
|
bool needsterminal = FALSE,
|
||||||
copiousoutput = FALSE;
|
copiousoutput = FALSE;
|
||||||
wxMimeArrayString *entry;
|
wxMimeArrayString *entry = NULL; // suppress compiler warning
|
||||||
|
|
||||||
wxString strType,
|
wxString strType,
|
||||||
strOpenCmd,
|
strOpenCmd,
|
||||||
|
Reference in New Issue
Block a user