]> Creatis software - gdcm.git/blobdiff - src/gdcmVR.cxx
Remove using namespace std;
[gdcm.git] / src / gdcmVR.cxx
index c20aa4a2f0a5a515f8f72026c11c9a9bf5849543..64d708e366669dd9c5125dd92f6cc703a12a9db7 100644 (file)
@@ -1,5 +1,15 @@
 // gdcmVR.cxx
 
+//This is needed when compiling in debug mode
+#ifdef _MSC_VER
+// 'identifier' : class 'type' needs to have dll-interface to be used by
+// clients of class 'type2'
+#pragma warning ( disable : 4251 )
+// 'identifier' : identifier was truncated to 'number' characters in the
+// debug information
+#pragma warning ( disable : 4786 )
+#endif //_MSC_VER
+
 #include "gdcmVR.h"
 
 gdcmVR::gdcmVR(void) {