Notify: silence warning about unused argument
This commit is contained in:
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…
Reference in New Issue
Block a user