shape.i: disable a SWIG warning (warn 509) creating noise for this file.
This commit is contained in:
parent
53a4b580fb
commit
a5283d91eb
|
@ -27,6 +27,9 @@
|
|||
* @brief General wrappers for geometry/shape headers
|
||||
*/
|
||||
|
||||
/* Warning 509: Overloaded method ignored */
|
||||
#pragma SWIG nowarn=509
|
||||
|
||||
%include <std_shared_ptr.i>
|
||||
%include <std_vector.i>
|
||||
|
||||
|
|
Loading…
Reference in New Issue