Skip to content

Commit

Permalink
Warning fixes for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Feb 12, 2009
1 parent d58a21c commit fc05e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/osgDB/fstream
Expand Up @@ -15,6 +15,7 @@
#define OSGDB_FSTREAM 1

#include <osgDB/Export>
#include <osg/Export>

#include <fstream>

Expand Down
1 change: 1 addition & 0 deletions include/osgWidget/Export
Expand Up @@ -17,6 +17,7 @@
#define OSGWIDGET_EXPORT_ 1

#if defined(_MSC_VER)
#pragma warning( disable : 4121 )
#pragma warning( disable : 4244 )
#pragma warning( disable : 4251 )
#pragma warning( disable : 4267 )
Expand Down

0 comments on commit fc05e7d

Please sign in to comment.