Skip to content

Commit

Permalink
- Update ParseCompilerSources to accept the current warnings (only on…
Browse files Browse the repository at this point in the history
…es left are automatically generated code; from Susan)

git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/sjoelund-functiontree@6816 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Nov 1, 2010
1 parent 354bceb commit 7af1fc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/CevalScript.mo
Expand Up @@ -3415,7 +3415,7 @@ algorithm
(cache,Values.STRING(retStr),st);

// errors
case (cache,env,className,st,_) local
case (cache,env,className,st,_)
equation
classNameStr = Absyn.pathString(className);
errorMsg = Error.printMessagesStr();
Expand Down
1 change: 0 additions & 1 deletion Compiler/Lookup.mo
Expand Up @@ -223,7 +223,6 @@ algorithm

// Classes that are external objects. Implicitly instantiate to get type
case (cache,env_1,path,c)
local
equation
true = Inst.classIsExternalObject(c);
(cache,_::env_1,_,_,_,_,_,_,_,_) = Inst.instClass(
Expand Down

0 comments on commit 7af1fc3

Please sign in to comment.