|
제목 그대로 입니다. 컴파일을 하니 이런 Warning이 나오는데 제가 초보라 무슨 경고 인지...
실행에는 문제없지만 그래도 찜찜하여 이렇게 자문을 구합니다.
다음은 Warning 메세지 입니다.
참고로 ActiveForm에서 작업했습니다.
[C++ Warning] testImpl1.h(154): W8027 Functions containing do are not expanded inline
[C++ Warning] testImpl1.h(186): W8027 Functions containing try are not expanded inline
[C++ Warning] testImpl1.h(154): W8027 Functions containing static variables are not expanded inline
[C++ Warning] testImpl1.h(179): W8027 Functions containing some if statements are not expanded inline
[C++ Warning] testProj1_TLB.h(1691): W8004 'pT' is assigned a value that is never used
이상이 경고 메세지 입니다.
무슨 문제 인지 도움 주시면 감사드리겠습니다.
|