Hi Torben,

On Sat, Jul 30, 2011 at 10:46 AM, Torben Dannhauer
<[email protected]> wrote:
> sorry I forgot to mention 2 warnings I got:
>
> Warning 1       warning C4129: 'O': Unrecognized escape sequence        
> d:\OpenSceneGraph\OpenSceneGraph3.0.1-rc3\src\osgDB\FileUtils.cpp       502   
>   osgDB
> Warning 2       warning C4129: 'O': Unrecognized escape sequence        
> d:\OpenSceneGraph\OpenSceneGraph3.0.1-rc3\src\osgDB\FileUtils.cpp       502   
>   osgDB

This particular bit of code hasn't changed from a long time.  Have you
only just come acorss the warning?  The lines in question are:

#ifdef OSG_DEFAULT_LIBRARY_PATH

    // Append the install prefix path to the library search path if configured
    filepath.push_back(ADDQUOTES(OSG_DEFAULT_LIBRARY_PATH));
#endif

So perhaps the macro's is problematic.

Robert.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to