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
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,8 @@ if exist('OCTAVE_VERSION') ...@@ -41,6 +41,8 @@ if exist('OCTAVE_VERSION')
warning('off', 'Octave:num-to-str'); warning('off', 'Octave:num-to-str');
warning('off', 'Octave:resize-on-range-error'); warning('off', 'Octave:resize-on-range-error');
warning('off', 'Octave:str-to-num'); 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') if octave_ver_less_than('3.6')
warning('off', 'Octave:string-concat'); warning('off', 'Octave:string-concat');
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment