빌드 로그 |
|
명령줄 |
다음 내용이 포함된 "d:\Creative C Exercise Programming Source\Exercise 11\9-2\Debug\RSP00005664686788.rsp" 임시 파일을 만들고 있습니다. [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TC ".\9-2.c" ] "cl.exe @"d:\Creative C Exercise Programming Source\Exercise 11\9-2\Debug\RSP00005664686788.rsp" /nologo /errorReport:prompt" 명령줄을 만들고 있습니다. |
출력 창 |
컴파일하고 있습니다... 9-2.c d:\creative c exercise programming source\exercise 11\9-2\9-2.c(14) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(306) : 'scanf' 선언을 참조하십시오. d:\creative c exercise programming source\exercise 11\9-2\9-2.c(16) : error C2224: '.yellow' 왼쪽에는 구조체/공용 구조체 형식이 있어야 합니다. |
결과 |
빌드 로그가 "file://d:\Creative C Exercise Programming Source\Exercise 11\9-2\Debug\BuildLog.htm"에 저장되었습니다. 9-2 - 오류: 1개, 경고: 1개 |