Warning fixes

This commit is contained in:
Robert Osfield
2009-02-05 12:03:19 +00:00
parent 087d6390fa
commit a2c88dd39e

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>