Warning fixes
This commit is contained in:
@@ -631,6 +631,10 @@ namespace osgIntrospection
|
||||
values.push_back(Value(i->first).convertTo(_itype));
|
||||
}
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
Indexer& operator = (const Indexer&) { return *this; }
|
||||
};
|
||||
|
||||
struct Remover: PropertyRemover
|
||||
|
||||
@@ -32,7 +32,6 @@ namespace osgIntrospection
|
||||
|
||||
Value createInstance(ValueList& /*args*/) const
|
||||
{
|
||||
|
||||
return IC::create();
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#ifndef OSGINTROSPECTION_TYPEDMETHODINFO_
|
||||
#define OSGINTROSPECTION_TYPEDMETHODINFO_
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(_MSC_VER) && defined(OSG_DISABLE_MSVC_WARNINGS)
|
||||
// disable for this header the VS warning C4121 : "alignment of a member was sensitive to packing"
|
||||
#pragma warning( push )
|
||||
#pragma warning( disable : 4121)
|
||||
|
||||
Reference in New Issue
Block a user