Guest User

Untitled

a guest
Jan 17th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. {$WARN identifier ON|OFF}
  2.  
  3. {$WARN IMPLICIT_STRING_CAST OFF}
  4.  
  5. {$WARN IMPLICIT_STRING_CAST_LOSS OFF}
  6.  
  7. {$WARN IMPLICIT_STRING_CAST OFF} to disable the warning
  8. {$WARN IMPLICIT_STRING_CAST ON} to enable warning
  9. {$WARN IMPLICIT_STRING_CAST ERROR} to turn the warning into an error
Add Comment
Please, Sign In to add comment