Skip to content

Commit

Permalink
disable warnings for SaveWithDisabledLinksMsg
Browse files Browse the repository at this point in the history
  • Loading branch information
hbourbouh committed Oct 7, 2020
1 parent dc0a106 commit 70b8d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontEnd/pp/cocosim_pp.m
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
% DO not remove to support as many blocks as possible.
%BreakUserLinks
save_system(new_model_base,[],'BreakUserLinks',true)
set_param(new_model_base,'SaveWithDisabledLinksMsg', 'none');
%% Make sure model compile
failed = CompileModelCheck_pp( new_model_base );
if failed
Expand Down

0 comments on commit 70b8d02

Please sign in to comment.