![]() |
Prev | Next |
cmake
.
To be specific, convert calls from
SWIG_ADD_MODULE
to SWIG_ADD_LIBRARY
as the warning suggested.
swig_xam
exceptions
to standard exceptions and remove the throw
from the
corresponding function prototype.
The avoids the warning
warning: dynamic exception specifications are deprecated in C++11
in the file swig_xam.hpp
and needs a similar fix in the library.