浏览代码

* 11018 and 11019 are warnings now

git-svn-id: trunk@4054 -
Tomas Hajny 19 年之前
父节点
当前提交
12c8ab60e0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/msg/errorn.msg

+ 2 - 2
compiler/msg/errorn.msg

@@ -2138,11 +2138,11 @@ option_no_debug_support_recompile_fpc=11017_H_Hercompileer de compiler-applicati
 % It is possible to have a compiler executable that doesn't support
 % It is possible to have a compiler executable that doesn't support
 % the generation of debugging info. If you use such an executable with the
 % the generation of debugging info. If you use such an executable with the
 % \var{-g} switch, this warning will be displayed.
 % \var{-g} switch, this warning will be displayed.
-option_obsolete_switch=11018_E_U gebruikt een in onbruik geraakte schakeloptie $1
+option_obsolete_switch=11018_W_U gebruikt een in onbruik geraakte schakeloptie $1
 % this warns you when you use a switch that is not needed/supported anymore.
 % this warns you when you use a switch that is not needed/supported anymore.
 % It is recommended that you remove the switch to overcome problems in the
 % It is recommended that you remove the switch to overcome problems in the
 % future, when the switch meaning may change.
 % future, when the switch meaning may change.
-option_obsolete_switch_use_new=11019_E_U gebruikt een in onbruik geraakte schakeloptie $1, gebruik $2 a.u.b.
+option_obsolete_switch_use_new=11019_W_U gebruikt een in onbruik geraakte schakeloptie $1, gebruik $2 a.u.b.
 % this warns you when you use a switch that is not supported anymore. You
 % this warns you when you use a switch that is not supported anymore. You
 % must now use the second switch instead.
 % must now use the second switch instead.
 % It is recommended that you change the switch to overcome problems in the
 % It is recommended that you change the switch to overcome problems in the