silence warning for chicken

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8619 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-29 18:54:24 +00:00
commit bba60cd7b1

View file

@ -1,6 +1,10 @@
// Simple tests of overloaded functions
%module overload_simple
#ifdef SWIGCHICKEN
%warnfilter(SWIGWARN_LANG_OVERLOAD_SHADOW) fbool;
#endif
#ifndef SWIG_NO_OVERLOAD
%immutable Spam::type;