From 1eace7fe2d9708f674da4abe0461f4bb1d734c52 Mon Sep 17 00:00:00 2001 From: malaterre Date: Tue, 25 Oct 2005 03:32:53 +0000 Subject: [PATCH] COMP: Get rid of: Warning(510): friend function 'operator <<' ignored. --- gdcmPython/gdcm.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdcmPython/gdcm.i b/gdcmPython/gdcm.i index a3bdeda9..a1d6ea19 100644 --- a/gdcmPython/gdcm.i +++ b/gdcmPython/gdcm.i @@ -1,5 +1,5 @@ %module gdcm -#pragma SWIG nowarn=504 +#pragma SWIG nowarn=504,510 %{ #include -- 2.45.0