Notify: silence warning about unused argument

OpenSceneGraph-3.6
Philippe Renon 6 years ago committed by Robert Osfield
parent 3838267770
commit 0a4a31d17b

@ -250,6 +250,8 @@ void osg::StandardNotifyHandler::notify(osg::NotifySeverity severity, const char
void osg::WinDebugNotifyHandler::notify(osg::NotifySeverity severity, const char *message)
{
OSG_UNUSED(severity);
OutputDebugStringA(message);
}

Loading…
Cancel
Save