[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

@ -4,6 +4,10 @@
#define SHARED_PTR_WRAPPERS_IMPLEMENTED
#endif
#ifdef SWIGOCAML
%warnfilter(SWIGWARN_PARSE_KEYWORD) val;
#endif
#if defined(SHARED_PTR_WRAPPERS_IMPLEMENTED)
%include <boost_shared_ptr.i>