Hi John,

I've just checked the dashboard and spotted that your FreeBSD 6 build
has generated many warnings, all of the type "warning: format not a
string literal, argument types not checked", and all of which stem
from locale_facets.h, which is part of gcc's std library support.
This looks to be an issue with gcc rather than OSG, as the OSG files
that instigate the error are just of the form ostream << double, which
is perfectly valid C++.

Since this looks very much to be a false positive, resolving it may
have to be bumping down the aggressive warning level, or explictly
disabling this warning.

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

Reply via email to