Skip to content

Commit c7e8c02

Browse files
sjoelundOpenModelica-Hudson
authored andcommitted
Do not fail for a warning
1 parent de28a22 commit c7e8c02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Compiler/FrontEnd/InstSection.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2948,7 +2948,6 @@ algorithm
29482948
algorithm
29492949
if Expression.expHasInitial(exp) then
29502950
Error.addSourceMessage(Error.INITIAL_CALL_WARNING,{Dump.printExpStr(aexp)},info);
2951-
fail();
29522951
end if;
29532952
then ();
29542953
end match;

0 commit comments

Comments
 (0)