포함 파일 이름에 오류가 있습니다.
설명
파일 이름이 잘못되었거나 누락된 경우 #pragma include_alias 에서 이 경고가 발생합니다.
#pragma include_alias 문의 인수
예제
다음 예제에서는 C4612를 생성합니다.
// C4612.cpp
// compile with: /W1 /LD
#pragma include_alias("StandardIO", <stdio.h>) // C4612
이 브라우저는 더 이상 지원되지 않습니다.
최신 기능, 보안 업데이트, 기술 지원을 이용하려면 Microsoft Edge로 업그레이드하세요.
포함 파일 이름에 오류가 있습니다.
파일 이름이 잘못되었거나 누락된 경우 #pragma include_alias 에서 이 경고가 발생합니다.
#pragma include_alias 문의 인수
다음 예제에서는 C4612를 생성합니다.
// C4612.cpp
// compile with: /W1 /LD
#pragma include_alias("StandardIO", <stdio.h>) // C4612