Silence Octave:classdef-to-struct warning

time-shift
Sébastien Villemot 2018-06-05 17:24:52 +02:00
parent c7a57e5906
commit 8cadb2ac59
1 changed files with 1 additions and 0 deletions

View File

@ -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