projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed some old code that generated warnings on some compilers
[wxWidgets.git]
/
src
/
unix
/
evtloopunix.cpp
diff --git
a/src/unix/evtloopunix.cpp
b/src/unix/evtloopunix.cpp
index 4edf70e6969dbaed9077ecacd548510efe8bf811..a44933e593ccc965662d5c0ed45b835368119993 100644
(file)
--- a/
src/unix/evtloopunix.cpp
+++ b/
src/unix/evtloopunix.cpp
@@
-37,7
+37,7
@@
#include "wx/unix/private/epolldispatcher.h"
#include "wx/private/selectdispatcher.h"
#include "wx/unix/private/epolldispatcher.h"
#include "wx/private/selectdispatcher.h"
-#define TRACE_EVENTS
_
T("events")
+#define TRACE_EVENTS
wx
T("events")
// ===========================================================================
// wxEventLoop::PipeIOHandler implementation
// ===========================================================================
// wxEventLoop::PipeIOHandler implementation
@@
-200,7
+200,8
@@
bool wxConsoleEventLoop::Pending() const
bool wxConsoleEventLoop::Dispatch()
{
bool wxConsoleEventLoop::Dispatch()
{
- DispatchTimeout(wxFDIODispatcher::TIMEOUT_INFINITE);
+ DispatchTimeout(static_cast<unsigned long>(
+ wxFDIODispatcher::TIMEOUT_INFINITE));
return true;
}
return true;
}