Type casting warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -66,7 +66,7 @@ static inline wxChar* copystring(const wxChar* s)
|
||||
{ return wxStrcpy(new wxChar[wxStrlen(s) + 1], s); }
|
||||
#endif
|
||||
|
||||
const float versionNo = TEX2RTF_VERSION_NUMBER;
|
||||
const float versionNo = (float)TEX2RTF_VERSION_NUMBER;
|
||||
|
||||
TexChunk *currentMember = NULL;
|
||||
bool startedSections = false;
|
||||
@@ -287,8 +287,9 @@ bool MyApp::OnInit()
|
||||
#ifdef NO_GUI
|
||||
ShowOptions();
|
||||
exit(1);
|
||||
#endif
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user