[OCaml] Add missing warning filters for OCaml keywords in the test suite
This commit is contained in:
parent
0078c7d84d
commit
5c19f4de2f
32 changed files with 129 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
/* This test confirms the fix to sourceforge bug #3478922 for R */
|
||||
|
||||
%module overload_method
|
||||
|
||||
#ifdef SWIGOCAML
|
||||
%warnfilter(SWIGWARN_PARSE_KEYWORD) method;
|
||||
#endif
|
||||
|
||||
%inline %{
|
||||
class Base
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue