[C++-sig] Warnings when compiling python extension
John Reid
j.reid at mail.cryst.bbk.ac.uk
Wed Dec 13 12:52:08 CET 2006
Hi,
With msvc 8 I see the following warnings when compiling my own code
against boost.python. I'm using the latest CVS of RC_1_34_0.
C:\Dev\ThirdParty\boost\RC_1_34_0\boost\boost/python/docstring_options.hpp(65)
: warning C4099: 'boost::python::objects::function' : type name first
seen using 'struct' now seen using 'class'
C:\Dev\ThirdParty\boost\RC_1_34_0\boost\boost/python/object/function.hpp(17)
: see declaration of 'boost::python::objects::function'
C:\Dev\ThirdParty\boost\RC_1_34_0\boost\boost/python/numeric.hpp(98) :
warning C4099: 'boost::python::numeric::array' : type name first seen
using 'struct' now seen using 'class'
C:\Dev\ThirdParty\boost\RC_1_34_0\boost\boost/python/numeric.hpp(20) :
see declaration of 'boost::python::numeric::array'
Cheers,
John.
More information about the Cplusplus-sig
mailing list