Skip to content

Commit

Permalink
- Warning; not error
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9466 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jul 12, 2011
1 parent bd591d9 commit 9c491c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/Error.mo
Expand Up @@ -710,7 +710,7 @@ protected constant list<tuple<Integer, MessageType, Severity, String>> errorTabl
(LINSPACE_ILLEGAL_SIZE_ARG,TRANSLATION(),ERROR(),"In expression %s, third argument to linspace must be >= 2"),
(INTERACTIVE_ASSIGN, SCRIPTING(),ERROR(), "Interactive assignment of %s failed for expression %s."),
(MATCH_SHADOWING, TRANSLATION(),ERROR(), " Local variable '%s' shadows input or result variables in a {match,matchcontinue} expression."),
(MATCH_SHADOWING_OPTIMIZER, TRANSLATION(),ERROR(), "Cannot optimize function due to a local variable having the same name as an input variable: %s."),
(MATCH_SHADOWING_OPTIMIZER, TRANSLATION(),WARNING(), "Cannot optimize function due to a local variable having the same name as an input variable: %s."),
(META_POLYMORPHIC, TRANSLATION(),ERROR(), " %s uses invalid subtypeof syntax. Only subtypeof Any is supported."),
(META_FUNCTION_TYPE_NO_PARTIAL_PREFIX, TRANSLATION(),ERROR(), "%s is used as a function reference, but doesn't specify the partial prefix."),
(IF_EQUATION_WARNING,SYMBOLIC(),WARNING(), "If-equations are only partially supported. Ignoring %s"),
Expand Down

0 comments on commit 9c491c1

Please sign in to comment.