Re: [osg-users] Tons of warnings from include files

2007-10-26 Thread Robert Osfield
VisualStudio has a pragma for diabling warnings: #pragma warning( disable : 4512 ) A code tweak might solve it too. On 10/26/07, Cysneros, Nelson SPAWAR <[EMAIL PROTECTED]> wrote: > > > I'm getting these warning also. > > Can I do anything to get rid of them? > > Thanks > > -

Re: [osg-users] Tons of warnings from include files

2007-10-25 Thread Cysneros, Nelson SPAWAR
I'm getting these warning also. Can I do anything to get rid of them? Thanks -- From: Mario Valle <[EMAIL PROTECTED]> Subject: Tons of warnings from include fil

[osg-users] Tons of warnings from include files

2007-10-07 Thread Mario Valle
In my project the interface file to OSG contains the following includes: #include #include #include When compiled in VS 7.1 it produces tons of warnings (see below). Is something that happens only to me? Should I add the pragma needed to suppress this warning to all the OSG include files? Or i