diff --git a/matlab/warning_config.m b/matlab/warning_config.m index c1abf3d85..b1fbae177 100644 --- a/matlab/warning_config.m +++ b/matlab/warning_config.m @@ -46,6 +46,7 @@ if isoctave warning('off', 'Octave:mixed-string-concat'); warning('off', 'Octave:variable-switch-label'); warning('off', 'Octave:fortran-indexing'); + warning('off', 'Octave:classdef-to-struct'); else % In MATLAB >= 7.7, don't display a warning if we use deprecated % interface to set seed of random number generators