From ff5897d725ff3279cdeeb046b93fc94ff99e3676 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Wed, 25 Jan 2006 19:41:37 +0000 Subject: [PATCH] fix escape sequence reported by Vladimir Menshakov git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8555 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Lib/swigwarnings.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Lib/swigwarnings.swg b/SWIG/Lib/swigwarnings.swg index 8b85993fa..936768213 100644 --- a/SWIG/Lib/swigwarnings.swg +++ b/SWIG/Lib/swigwarnings.swg @@ -96,7 +96,7 @@ %ignoreopermsg(PLUSPLUS, "operator++ ignored"); %ignoreopermsg(MINUSMINUS,"operator-- ignored"); %ignoreopermsg(ARROWSTAR, "operator->* ignored"); -%ignoreopermsg(INDEX, "operator[] ignored (consider using %extend)"); +%ignoreopermsg(INDEX, "operator[] ignored (consider using %%extend)"); %ignoreopermsg(NOTEQUAL, "operator!= ignored"); %ignoreopermsg(PLUSEQ, "operator+= ignored"); %ignoreopermsg(MINUSEQ, "operator-= ignored");