Browse Source

Update StepReaderGen.h

disable warning
Kim Kulling 5 years ago
parent
commit
f68c60c7c6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      code/Importer/StepFile/StepReaderGen.h

+ 3 - 0
code/Importer/StepFile/StepReaderGen.h

@@ -45,6 +45,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
 #include "code/Step/STEPFile.h"
 #include "code/Step/STEPFile.h"
 
 
+#ifdef _WIN32
+#    pragma warning( disable : 4512 )
+#endif // _WIN32
 namespace Assimp {
 namespace Assimp {
 namespace StepFile {
 namespace StepFile {
 	using namespace STEP;
 	using namespace STEP;