summaryrefslogtreecommitdiff
path: root/ACE/ace/WFMO_Reactor.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-04-20 16:47:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-04-20 16:47:38 +0000
commit556df8367242c0db701bbadecd52c0ff1bc63667 (patch)
tree943dc0e9958ae03bb671d373c5c873e763673047 /ACE/ace/WFMO_Reactor.cpp
parent119fd4fc62ed20bf77c3694450cccb6f31fd78c5 (diff)
downloadATCD-556df8367242c0db701bbadecd52c0ff1bc63667.tar.gz
Mon Apr 20 17:47:06 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/WFMO_Reactor.cpp: Fixed argument not used warning with WinCE * include/makeinclude/platform_gnuwin32_common.GNU: dlltool is also dependent on architecture
Diffstat (limited to 'ACE/ace/WFMO_Reactor.cpp')
-rw-r--r--ACE/ace/WFMO_Reactor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/ace/WFMO_Reactor.cpp b/ACE/ace/WFMO_Reactor.cpp
index d498cc77da8..61c063c41d0 100644
--- a/ACE/ace/WFMO_Reactor.cpp
+++ b/ACE/ace/WFMO_Reactor.cpp
@@ -1756,6 +1756,7 @@ ACE_WFMO_Reactor::ok_to_wait (ACE_Time_Value *max_wait_time,
// grab the lock and recheck the ok_to_wait_ event. When we can get them
// both, or there's an error/timeout, return.
#if defined (ACE_HAS_WINCE)
+ ACE_UNUSED_ARG (alertable);
ACE_Time_Value timeout;
if (max_wait_time != 0)
{