summaryrefslogtreecommitdiff
path: root/ace/INET_Addr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/INET_Addr.cpp')
-rw-r--r--ace/INET_Addr.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/INET_Addr.cpp b/ace/INET_Addr.cpp
index ac5d28f2c2f..a95818359d7 100644
--- a/ace/INET_Addr.cpp
+++ b/ace/INET_Addr.cpp
@@ -883,6 +883,9 @@ ACE_INET_Addr::get_host_addr (char *dst, int size) const
#endif /* ACE_HAS_IPV6 */
#if defined (VXWORKS)
+ ACE_UNUSED_ARG (dst);
+ ACE_UNUSED_ARG (size);
+
// It would be nice to be able to encapsulate this into
// ACE_OS::inet_ntoa(), but that would lead to either inefficiencies
// on vxworks or lack of thread safety.