pascalabcnet/bin/Lng/Eng/Warning_ib.dat

12 lines
684 B
Plaintext
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
%PREFIX%=WARNING_
USE_VAR_{0}_WITHOUT_ASSIGN=Use of unassigned local variable '{0}'
UNUSED_VAR_{0}=The variable '{0}' is declared but never used
UNUSED_FIELD_{0}=The field '{0}' is declared but never used
UNUSED_PARAM_{0}=The parameter '{0}' is never used
ASS_WITHOUT_USE_{0}=The variable '{0}' is assigned but its value is never used
UNREACHABLE_CODE_DETECTED=Unreachable code detected
2016-09-27 21:05:16 +03:00
UNDEFINED_RETURN_VALUE_{0}=Return value of function '{0}' is not to be set
DO_NOT_USE_SHORT_STRINGS=Don't use short strings
2017-06-11 13:50:08 +03:00
DO_NOT_USE_POINTERS_TO_RECORDS=Don't use pointers to records. You classes instead
2024-01-04 17:32:19 +03:00
INFINITE_RECURSION=Infinite recursion detected
UNKNOWN_DIRECTIVE=Unknown directive '{0}'