Disable more warnings under Octave

time-shift
Sébastien Villemot 2012-03-14 16:39:34 +01:00
parent e62613e6cb
commit 5954cf2011
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ if exist('OCTAVE_VERSION')
warning('off', 'Octave:num-to-str');
warning('off', 'Octave:resize-on-range-error');
warning('off', 'Octave:str-to-num');
warning('off', 'Octave:array-as-scalar');
warning('off', 'Octave:array-as-vector');
if octave_ver_less_than('3.6')
warning('off', 'Octave:string-concat');
else