Compare commits
1 Commits
v2.3.0
...
Release-2.
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0c0df2c982 |
@@ -17,6 +17,7 @@
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/cstdint.hpp>
|
||||
#include <boost/type_traits/add_const.hpp>
|
||||
#include <limits>
|
||||
|
||||
namespace chaiscript
|
||||
{
|
||||
|
@@ -186,7 +186,7 @@ namespace chaiscript
|
||||
|
||||
Loadable_Module(const std::string &t_module_name, const std::string &t_filename)
|
||||
: m_dlmodule(t_filename), m_func(m_dlmodule, "create_chaiscript_module_" + t_module_name),
|
||||
m_moduleptr(m_func.m_symbol());
|
||||
m_moduleptr(m_func.m_symbol())
|
||||
{
|
||||
}
|
||||
|
||||
|
@@ -973,7 +973,7 @@ namespace chaiscript
|
||||
return retval;
|
||||
}
|
||||
}
|
||||
catch (const chaiscript::Return_Value &rv) {
|
||||
catch (const chaiscript::Return_Value &/*rv*/) {
|
||||
ss.pop_scope();
|
||||
throw;
|
||||
}
|
||||
|
Reference in New Issue
Block a user