diff --git a/TAO/tao/CDR.h b/TAO/tao/CDR.h index a0ea752446216..f7406c6000d49 100644 --- a/TAO/tao/CDR.h +++ b/TAO/tao/CDR.h @@ -409,7 +409,7 @@ class TAO_Export TAO_InputCDR : public ACE_InputCDR TAO_ORB_Core* orb_core = 0); #if defined (ACE_HAS_CPP11) - TAO_InputCDR& operator= (const TAO_InputCDR& rhs) = default; + TAO_InputCDR& operator= (const TAO_InputCDR&) = default; #endif /* ACE_HAS_CPP11 */ /// Destructor