Sfoglia il codice sorgente

Update IFCReaderGen_2x3.h

Disable warning
Kim Kulling 5 anni fa
parent
commit
959446e416
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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 {