Remove ruby wrong class name warning
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4292 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
97a0cf523e
commit
3d41bb4ce0
2 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
// bool typemaps check
|
||||
%module bools
|
||||
|
||||
%warnfilter(801) constbool; /* Ruby, wrong class name */
|
||||
|
||||
// bool constant
|
||||
%constant bool constbool=false;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
%module enum_plus
|
||||
|
||||
%warnfilter(801) iFoo; /* Ruby, wrong constant name */
|
||||
|
||||
%inline %{
|
||||
struct iFoo
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue