diff --git a/src/osg/Notify.cpp b/src/osg/Notify.cpp index 7f2e69c61..c4cef6029 100644 --- a/src/osg/Notify.cpp +++ b/src/osg/Notify.cpp @@ -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); }