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

Silence Octave:classdef-to-struct warning

parent c7a57e59
Branches
Tags
No related merge requests found
......@@ -46,6 +46,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