Hi,

VC7 and 8 have the possibility to disable warnings in the project
settings.  So when you convert the OSG project from VC6 to say VC8,
disable the warning for all projects.  This can be performed in on go
by selecting all projects in the Solution Explorer, open the
Properties dialog, select All Configurations, enter the warnings you
want to disable under C/C++ -> Advanced, Press OK and Save.

Brede


On 8/10/06, Robert Osfield <[EMAIL PROTECTED]> wrote:
Hi Gary,

On 8/10/06, Quinn, Gary <[EMAIL PROTECTED]> wrote:
> You could turn the warnings off...
> #pragma warning( disable : 4996 )
>
> but give me until the end of next week to see if I
> can clear them without the need to do this, because
> I don't really like to hide warnings.

I suspect the changes are going to be quite intrusive, lots if #ifdef
all over the place, and this will certainly increase the changes of
introducing bugs and making the whole code less maintainable.

So in this case hiding the warning will keep the code more robust.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to