Silence all the SWIG warning hopefully

This commit is contained in:
Matt Williams
2012-11-17 13:44:27 +00:00
parent 0566645c9e
commit 27f943adb3
3 changed files with 9 additions and 0 deletions

View File

@ -4,4 +4,9 @@
#include "Region.h"
%}
%ignore depth;
%ignore height;
%ignore width;
%ignore dimensions;
%include "Region.h"