Hi Robert,

I just posted 2.6mb of zipped VS warnings. It's awating moderator
approval because of it's size. Should I send them to you off list
instead?

Mattias

On 1/23/09, Mattias Helsing <helsin...@gmail.com> wrote:
> Hi Robert,
>
> On 1/23/09, Robert Osfield <robert.osfi...@gmail.com> wrote:
>> The last discussion on warnings ended with me awaiting on feedback of
>> how things stand with warnings under VS with/without the
>> OSG_DISABLE_MSVC_WARNINGS.  I can only guess that as everyone is busy
>> they have other things to chase up which are a higher priorty.  Feel
>> free to dive in and do this testing and send in the warning output
>> that you get when you switch off the warning disable so that we can
>> review what changes would be best to implement.
>
> I have been meaning to ask how you were doing with the review of my VS
> output but saw from my svn updates that you were busy with osgVolume
> work and of course the submissions. I was sure that I sent you the
> first half > 200k lines of warnings but can't find it and now it's
> lost forever. Starting a fresh build now and getting back to you.
>
> Mattias
>
>>
>> Cheers,
>> Robert.
>>
>> On Wed, Jan 21, 2009 at 11:23 PM, Erik Johnson <r.erik.john...@gmail.com>
>> wrote:
>>> Hi,
>>>
>>> Through some debugging, I discovered that the osg/Export header file is
>>> disabling the C4996 "method is deprecated" compiler warning message*.
>>> That's all well and good when compiling OSG, but it is affecting *any*
>>> project that happens to include that file (directly or indirectly).  In
>>> my
>>> case, I have a class method marked as deprecated but since the class
>>> derives
>>> from an OSG class, the osg/Export header gets pulled in a squelches my
>>> compiler warning.
>>>
>>> Would it be agreeable to remove the disabling of the MSVC 4996 warning
>>> in
>>> the osg/Export file?  It doesn't appear that OSG itself is generating
>>> any
>>> deprecated compile warnings.
>>>
>>> *The MSVC C4996 compile warning is generated when a method declaration
>>> is
>>> prefixed with " __declspec(deprecated)" and is useful to notify the user
>>> that a deprecated method is being used.
>>>
>>> Thanks,
>>> Erik Johnson
>>>
>>>
>>>
>>> _______________________________________________
>>> osg-users mailing list
>>> osg-users@lists.openscenegraph.org
>>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>>>
>>>
>> _______________________________________________
>> osg-users mailing list
>> osg-users@lists.openscenegraph.org
>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>>
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to