pascalabcnet/bin/Lng/Eng/Warning_ib.dat
Ivan Bondarev 66ba00972f #2785
2024-01-04 15:32:19 +01:00

12 lines
684 B
Plaintext

%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
UNDEFINED_RETURN_VALUE_{0}=Return value of function '{0}' is not to be set
DO_NOT_USE_SHORT_STRINGS=Don't use short strings
DO_NOT_USE_POINTERS_TO_RECORDS=Don't use pointers to records. You classes instead
INFINITE_RECURSION=Infinite recursion detected
UNKNOWN_DIRECTIVE=Unknown directive '{0}'