Explorar el Código

disable 2 more warnings for vs2013.

kimkulling hace 5 años
padre
commit
2eb8ff7136
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      include/assimp/defs.h

+ 1 - 0
include/assimp/defs.h

@@ -158,6 +158,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #endif
 
 #ifdef _MSC_VER
+#        pragma warning(disable : 4521 4714 4127)
 #   ifdef ASSIMP_BUILD_DLL_EXPORT
 #       pragma warning (disable : 4251)
 #   endif