Przeglądaj źródła

Update StepReaderGen.h

disable warning
Kim Kulling 5 lat temu
rodzic
commit
f68c60c7c6
1 zmienionych plików z 3 dodań i 0 usunięć
  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"
 
+#ifdef _WIN32
+#    pragma warning( disable : 4512 )
+#endif // _WIN32
 namespace Assimp {
 namespace StepFile {
 	using namespace STEP;