Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -430,7 +430,7 @@ bool MyApp::OnInit()
|
||||
ReadCustomMacros((wxChar*)path.c_str());
|
||||
|
||||
Go();
|
||||
if (runTwice)
|
||||
if (runTwice)
|
||||
{
|
||||
Go();
|
||||
}
|
||||
@@ -1118,7 +1118,7 @@ void OnInform(const wxChar *msg)
|
||||
/* This whole block of code is just wrong I think. It would behave
|
||||
completely wrong under anything other than MSW due to the ELSE
|
||||
with no statement, and the cout calls would fail under MSW, as
|
||||
the code in this block is compiled if !NO_GUI This code has been
|
||||
the code in this block is compiled if !NO_GUI This code has been
|
||||
here since v1.1 of this file too. - gt
|
||||
else
|
||||
#ifdef __WXMSW__
|
||||
@@ -1213,10 +1213,6 @@ Tex2RTFConnection::Tex2RTFConnection(wxChar *buf, int size):wxDDEConnection(buf,
|
||||
{
|
||||
}
|
||||
|
||||
Tex2RTFConnection::~Tex2RTFConnection(void)
|
||||
{
|
||||
}
|
||||
|
||||
bool SplitCommand(wxChar *data, wxChar *firstArg, wxChar *secondArg)
|
||||
{
|
||||
firstArg[0] = 0;
|
||||
|
||||
Reference in New Issue
Block a user