mirror of https://github.com/swig/swig
parent
1382a403f0
commit
acd508f4b9
|
@ -3,7 +3,8 @@
|
|||
// %constant and struct
|
||||
|
||||
#ifdef SWIGGUILE
|
||||
// Suppress warnings for constants SWIG/Guile doesn't currently handle.
|
||||
// Suppress warnings for function pointer constants which SWIG/Guile doesn't
|
||||
// currently handle.
|
||||
%warnfilter(SWIGWARN_TYPEMAP_CONST_UNDEF) TYPE1_CONSTANT1;
|
||||
%warnfilter(SWIGWARN_TYPEMAP_CONST_UNDEF) TYPE1_CONSTANT2;
|
||||
%warnfilter(SWIGWARN_TYPEMAP_CONST_UNDEF) TYPE1CFPTR1DEF_CONSTANT1;
|
||||
|
|
Loading…
Reference in New Issue