[OCaml] Add missing warning filters for OCaml keywords in the test suite

This commit is contained in:
Zackery Spytz 2018-12-31 05:55:10 -07:00
commit 5c19f4de2f
32 changed files with 129 additions and 0 deletions

View file

@ -2,6 +2,10 @@
%warnfilter(SWIGWARN_LANG_IDENTIFIER,SWIGWARN_IGNORE_OPERATOR_PLUSEQ);
#ifdef SWIGOCAML
%warnfilter(SWIGWARN_PARSE_KEYWORD) method;
#endif
// This testcase checks that %feature is working for templates and non user supplied constructors/destructors and is just generally working
// If the default %exception is used it will not compile. It shouldn't get used.