pascalabcnet/bin/Lng/Eng/Warning_ib.dat
Бондарев Иван c9a057ec58 infinite recursion warning
2017-06-11 12:50:08 +02:00

11 lines
642 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