]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/mimetype.cpp
another compilation fix
[wxWidgets.git] / src / unix / mimetype.cpp
index a78e5ee7f5eb476fb056e3722f95f081a6e7e1b3..eda69158e70084e1a494c359a5623c4d3c235eec 100644 (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,