Skip to content
Snippets Groups Projects
Commit aa1acec3 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Remove obsolete warning code for Octave < 3.6.

parent ec65f806
No related branches found
No related tags found
No related merge requests found
......@@ -47,11 +47,7 @@ if isoctave
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
warning('off', 'Octave:mixed-string-concat');
end
warning('off', 'Octave:variable-switch-label');
warning('off', 'Octave:fortran-indexing');
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment