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

Disable more warnings under Octave

parent e62613e6
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment