From 2b320cf0cf4f79fda840939bf205503a9cbb59be Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 23 Aug 2005 20:32:46 +0000 Subject: [PATCH] ENH: Ok if there is one more time a Warning(504): Function gdcm::GDCM_LEGACY must have a return type... --- gdcmPython/gdcm.i | 1 + 1 file changed, 1 insertion(+) diff --git a/gdcmPython/gdcm.i b/gdcmPython/gdcm.i index 6a435af2..ab1e4869 100644 --- a/gdcmPython/gdcm.i +++ b/gdcmPython/gdcm.i @@ -1,4 +1,5 @@ %module gdcm +#pragma SWIG nowarn=504 %{ #include -- 2.45.1