warning removal for C#

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4584 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-03-19 23:03:27 +00:00
commit 60ea8877de

View file

@ -2,7 +2,7 @@
%rename(__not__) *::operator!() const;
#ifdef SWIGJAVA
#if defined(SWIGJAVA) || defined(SWIGCSHARP)
%rename(negate) *::operator-() const;
#endif