Improve testsuite comment

See #3034
This commit is contained in:
Olly Betts 2024-10-25 07:28:38 +13:00
parent 1382a403f0
commit acd508f4b9
1 changed files with 2 additions and 1 deletions

View File

@ -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;