[pytango] 78/483: added missing directory suppress a warning in windows because of boost

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:26 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 fc5d24785773a3403406cf84b4a81f0f5dfbd249
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Fri Dec 2 10:10:09 2011 +0000

    added missing directory
    suppress a warning in windows because of boost
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@18551 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 setup.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/setup.py b/setup.py
index 052b1a6..e342629 100644
--- a/setup.py
+++ b/setup.py
@@ -242,6 +242,7 @@ def main():
         'PyTango',
         'PyTango.ipython',
         'PyTango.ipython.ipython_00_10',
+        'PyTango.ipython.ipython_00_11',
     ]
 
     py_modules = []
@@ -355,6 +356,7 @@ def main():
             '/EHsc',
             '/wd4005', # supress redefinition of HAVE_STRFTIME between python and omniORB
             '/wd4996', # same as /D_SCL_SECURE_NO_WARNINGS
+            '/wd4250', # supress base class inheritance warning
         ]
 
         extra_link_args += []

-- 
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