Browse Source

Update IFCReaderGen_2x3.h

Disable warning
Kim Kulling 5 years ago
parent
commit
959446e416
1 changed files with 4 additions and 0 deletions
  1. 4 0
      code/Importer/IFC/IFCReaderGen_2x3.h

+ 4 - 0
code/Importer/IFC/IFCReaderGen_2x3.h

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