[reSIProcate] [PATCH] Fix dtor calling
Gregor Jasny
jasny at vidsoft.de
Wed Dec 17 10:48:57 CST 2008
Hi,
without the attached patch I get the following warning from Visual
Studio 2005:
> 1>DialogUsageManager.cxx
> 1>C:\Program Files\Microsoft SDKs\Windows\v6.0\VC\Include\memory(604) : warning C4150: deletion of pointer to incomplete type 'resip::RemoteCertStore'; no destructor called
> 1> c:\Work\siggw_mgw\extern\resiprocate\resip/dum/DialogUsageManager.hxx(61) : see declaration of 'resip::RemoteCertStore'
> 1> C:\Program Files\Microsoft SDKs\Windows\v6.0\VC\Include\memory(603) : while compiling class template member function 'std::auto_ptr<_Ty>::~auto_ptr(void)'
> 1> with
> 1> [
> 1> _Ty=resip::RemoteCertStore
> 1> ]
> 1> .\DialogUsageManager.cxx(353) : see reference to class template instantiation 'std::auto_ptr<_Ty>' being compiled
> 1> with
> 1> [
> 1> _Ty=resip::RemoteCertStore
> 1> ]
Thanks,
Gregor
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fix-dtor-calling.patch
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20081217/ffb5adc7/attachment.ksh>
More information about the resiprocate-devel
mailing list