Browse Source

* 11018 and 11019 are warnings now

git-svn-id: trunk@4054 -
Tomas Hajny 19 years ago
parent
commit
12c8ab60e0
1 changed files with 2 additions and 2 deletions
  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
 % the generation of debugging info. If you use such an executable with the
 % \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.
 % It is recommended that you remove the switch to overcome problems in the
 % 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
 % must now use the second switch instead.
 % It is recommended that you change the switch to overcome problems in the