From dd9243c57b22fed03e16b3fcd748596ed034dc03 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Tue, 20 Dec 2005 21:18:44 +0000 Subject: [PATCH] fix unused for 3.3.5 git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8015 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Lib/swiglabels.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Lib/swiglabels.swg b/SWIG/Lib/swiglabels.swg index 48230ed07..24a7c4c70 100644 --- a/SWIG/Lib/swiglabels.swg +++ b/SWIG/Lib/swiglabels.swg @@ -30,7 +30,7 @@ /* attribute recognised by some compilers to avoid 'unused' warnings */ #ifndef SWIGUNUSED # if defined(__GNUC__) || defined(__ICC) -# define SWIGUNUSED __attribute__ ((unused)) +# define SWIGUNUSED __attribute__ ((__unused__)) # else # define SWIGUNUSED # endif