공통 컴파일 시 특정 경고 메시지를 발생하지 않도록 하는 방법
2017.01.31 17:32
컴파일(또는 빌드) 시 권고성 경고를 감추는 방법
1, 코드로 경고 감추기
{$WARN identifier OFF}
identifier는 다음 링크를 참고하시기 바랍니다.
http://docwiki.embarcadero.com/RADStudio/Berlin/en/Warning_messages_(Delphi)
2, 프로젝트 옵션에서 경고 감추기
Project > Options > Delphi Compiler > Hints and Warnings > Ouput warnings > 해당 항목 False로 변경
예시> W1050 경고 감추기
로그 : W1050 WideChar reduced to byte char in set expressions. Consider using 'CharInSet' function in 'SysUtils' unit.
1, 코드로 경고 감추기
{$WARN WIDECHAR_REDUCED OFF}
2, 프로젝트 옵션으로 경고 감추기
WideChar reduced to byte char in set expression = False