* 11018 and 11019 are warnings now

git-svn-id: trunk@4054 -
This commit is contained in:
Tomas Hajny 2006-07-01 23:27:33 +00:00
parent 8feb7f9fef
commit 12c8ab60e0

View File

@ -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