Fix unused method warning in Octave
This commit is contained in:
parent
1ff6301fdc
commit
4ba4a02e93
1 changed files with 1 additions and 1 deletions
|
|
@ -1171,7 +1171,7 @@ SWIGRUNTIME void swig_acquire_ownership_obj(void *vptr, int own);
|
|||
DEFINE_OCTAVE_ALLOCATOR(octave_swig_packed);
|
||||
DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA(octave_swig_packed, "swig_packed", "swig_packed");
|
||||
|
||||
static octave_value_list octave_set_immutable(const octave_value_list &args, int nargout) {
|
||||
SWIGRUNTIME octave_value_list octave_set_immutable(const octave_value_list &args, int nargout) {
|
||||
error("attempt to set immutable member variable");
|
||||
return octave_value_list();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue