summaryrefslogtreecommitdiff
path: root/ACE/ace/UNIX_Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/UNIX_Addr.h')
-rw-r--r--ACE/ace/UNIX_Addr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/UNIX_Addr.h b/ACE/ace/UNIX_Addr.h
index 1400760e6d1..944207d5977 100644
--- a/ACE/ace/UNIX_Addr.h
+++ b/ACE/ace/UNIX_Addr.h
@@ -44,7 +44,7 @@ public:
ACE_UNIX_Addr (const ACE_UNIX_Addr &sa);
/// Assignment operator
- ACE_UNIX_Addr& operator= (const ACE_UNIX_Addr& sa) = default;
+ ACE_UNIX_Addr& operator= (const ACE_UNIX_Addr&) = default;
/// Creates an ACE_UNIX_Addr from a string.
ACE_UNIX_Addr (const char rendezvous_point[]);