Skip to content

Commit

Permalink
Do not fail for a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Dec 5, 2016
1 parent de28a22 commit c7e8c02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Compiler/FrontEnd/InstSection.mo
Expand Up @@ -2948,7 +2948,6 @@ algorithm
algorithm
if Expression.expHasInitial(exp) then
Error.addSourceMessage(Error.INITIAL_CALL_WARNING,{Dump.printExpStr(aexp)},info);
fail();
end if;
then ();
end match;
Expand Down

0 comments on commit c7e8c02

Please sign in to comment.