[pytango] 71/483: Fix warnings and errors in windows compilation

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.

commit 9a77d1eca984be20555eead7491ae775c104eba8
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Wed Nov 30 15:37:12 2011 +0000

    Fix warnings and errors in windows compilation
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@18520 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 src/server/device_impl.cpp | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/server/device_impl.cpp b/src/server/device_impl.cpp
index bceac42..89a9b34 100644
--- a/src/server/device_impl.cpp
+++ b/src/server/device_impl.cpp
@@ -34,9 +34,6 @@
 #include "server/attribute.h"
 #include "to_py.h"
 
-#pragma warning( push )
-#pragma warning( disable : 4250 ) // C4250 - 'class1' : inherits 'class2::member' 
-
 extern const char *param_must_be_seq;
 
 using namespace boost::python;
@@ -1333,5 +1330,3 @@ void export_device_impl()
     ;
     implicitly_convertible<auto_ptr<Device_4ImplWrap>, auto_ptr<Tango::Device_4Impl> >();
 }
-
-#pragma warning( pop ) // C4250

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list