Merge pull request #551 from filnet/warn
Notify: silence warning about unused argument
This commit is contained in:
commit
79033265d5
@ -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…
Reference in New Issue
Block a user