Warning fixes

This commit is contained in:
Robert Osfield
2009-02-05 12:03:09 +00:00
parent 59c1483fb9
commit cc68950e7a

View File

@@ -16,6 +16,13 @@
* THE SOFTWARE.
*/
#include <osg/Config>
#if defined(_MSC_VER) && defined(OSG_DISABLE_MSVC_WARNINGS)
// disable warning "'QtConcurrent::BlockSizeManager' : assignment operator could not be generated"
#pragma warning( disable : 4512 )
#endif
#if USE_QT4
#include <QtCore/QString>