Hi Cory,

We've removed some of the pragma disables that exisited in
include/osg/Export in 2.6, as part of warning purge.  In this
particular warning case it turns out that some silly warnings are
still getting through so I've added the pragma disable back in for
C4267, so 2.8.0-rc2 shouldn't exhibit this warning.  Perhaps once
2.8.0 done and dusted we can revisit the warning issue, but perhaps
after a break cause it's tedious as hell.

Robert.

On Thu, Feb 5, 2009 at 5:37 PM, Cory Riddell <[email protected]> wrote:
> When I compile my app (against an rc downloaded yesterday), I get a
> warning in uniform (line 318), geode (lines 93, 124), and lod (line 116)
> for the "unsafe" conversion of a size_t to an unsigned int:
>
> uniform(318) : warning C4267: 'return' : conversion from 'size_t' to
> 'unsigned int', possible loss of data
>
> Has something changed, or is it likely that I botched something in my
> conversion from OSG 2.6 -> 2.8?
>
> Cory
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to