Identifiers for Delphi’s $WARN compiler directive
Darian’s right that the DCCStrs.pas lists the identifiers used by the Delphi compiler. It hadn’t occurred to me to search the source, since Delphi doesn’t include the source to its compiler. I’ve extracted the identifiers for hints and warnings from that file: {$WARN ASG_TO_TYPED_CONST OFF} {$WARN BAD_GLOBAL_SYMBOL OFF} {$WARN BOUNDS_ERROR OFF} {$WARN CASE_LABEL_RANGE OFF} {$WARN … Read more