fixed release mode warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -122,9 +122,8 @@ wxExtHelpController::DisplayHelp(const wxString &relativeURL)
|
|||||||
wxLogSysError(_("Cannot open URL '%s'"), relativeURL.c_str());
|
wxLogSysError(_("Cannot open URL '%s'"), relativeURL.c_str());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
return true;
|
|
||||||
|
|
||||||
|
return true;
|
||||||
#elif defined(__WXPM__)
|
#elif defined(__WXPM__)
|
||||||
|
|
||||||
wxString url;
|
wxString url;
|
||||||
|
Reference in New Issue
Block a user