|
RAD STUDIO 2009에 설치 중인데.. 아래와 같은 Warning이 나는 데... 좀 찜찜해서..
상관없는 지요?
[DCC Warning] adpacked.pas(110): W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet' function in 'SysUtils' unit.
[DCC Warning] adpacked.pas(126): W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet' function in 'SysUtils' unit.
[DCC Warning] adpacked.pas(202): W1057 Implicit string cast from 'AnsiString' to 'string'
[DCC Warning] adpacked.pas(203): W1057 Implicit string cast from 'AnsiString' to 'string'
[DCC Warning] adpacked.pas(217): W1058 Implicit string cast with potential data loss from 'string' to 'AnsiString'
[DCC Warning] adpacked.pas(230): W1058 Implicit string cast with potential data loss from 'string' to 'AnsiString'
감사합니다.
|