summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhajny <hajny@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-07-01 23:27:33 +0000
committerhajny <hajny@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-07-01 23:27:33 +0000
commit42711ff18052b726dcfa78ec420daaf7b10ec83b (patch)
tree5f1e3230d7d99263071150b32a21425dde5b3cf4
parent251ca6623d2e42bf06b86ffeb95eedd261876e70 (diff)
downloadfpc-42711ff18052b726dcfa78ec420daaf7b10ec83b.tar.gz
* 11018 and 11019 are warnings now
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@4054 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--compiler/msg/errorn.msg4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/msg/errorn.msg b/compiler/msg/errorn.msg
index 223e39c670..7d7bb28dbf 100644
--- a/compiler/msg/errorn.msg
+++ b/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