Win32 fix and suppress one warning
This commit is contained in:
parent
8bac481865
commit
efbe6984c2
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
|
@ -102,6 +106,7 @@ bool GraphDumpHandler::handle(const osgGA::GUIEventAdapter& ea,
|
|||
default:
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
void GraphDumpHandler::getUsage(osg::ApplicationUsage& usage) const
|
||||
|
|
Loading…
Reference in a new issue