]> Creatis software - gdcm.git/commitdiff
COMP: Remove warnings with VS6
authormalaterre <malaterre>
Mon, 13 Jun 2005 15:06:36 +0000 (15:06 +0000)
committermalaterre <malaterre>
Mon, 13 Jun 2005 15:06:36 +0000 (15:06 +0000)
src/gdcmjasper/src/libjasper/include/jasper/jas_config.h.in

index 62f2fe58776e7e2ca01c9988df9fe6594b8814e2..cc57eed72926fd18985a6899b817894d4d505766 100644 (file)
 #undef DEBUG_OVERFLOW
 #endif
 
+#if defined(_MSC_VER) && _MSC_VER < 1300
+#  pragma warning ( disable : 4761 ) /* integral size mismatch in argument; conversion supplied */
+#endif
+
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #cmakedefine HAVE_DLFCN_H