]> Creatis software - gdcm.git/blobdiff - gdcmPython/gdcm.i
Track troubles on Big endian processors
[gdcm.git] / gdcmPython / gdcm.i
index a3bdeda9376ce002ba132a39683e3b5118cf8ef9..26ec3cc1de6be00c0ac260965aec8441e8ab0a38 100644 (file)
@@ -1,5 +1,5 @@
 %module gdcm
-#pragma SWIG nowarn=504
+#pragma SWIG nowarn=504,510
 %{
 #include <iostream>
 
@@ -86,13 +86,13 @@ using namespace gdcm;
 
 ////////////////////////////////////////////////
 // Redefine all types used
-typedef char int8_t;
-typedef unsigned char uint8_t;
-typedef short int16_t;
-typedef unsigned short uint16_t;
-typedef int int32_t;
-typedef unsigned int uint32_t;
-typedef long long int64_t;
+typedef char               int8_t;
+typedef unsigned char      uint8_t;
+typedef short              int16_t;
+typedef unsigned short     uint16_t;
+typedef int                int32_t;
+typedef unsigned int       uint32_t;
+typedef long long          int64_t;
 typedef unsigned long long uint64_t;
 
 ////////////////////////////////////////////////