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:
parent
4fbc294bb7
commit
bba60cd7b1
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue