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

Silence Octave:classdef-to-struct warning

(cherry picked from commit 8cadb2ac)
parent 4c6eb573
Branches
Tags
No related merge requests found
......@@ -50,6 +50,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment