-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.plg
More file actions
40 lines (37 loc) · 1.6 KB
/
1.plg
File metadata and controls
40 lines (37 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: 1 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPAA.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/1.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\数据结构\1.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPAA.tmp"
<h3>Output Window</h3>
Compiling...
1.c
D:\数据结构\1.c(21) : warning C4098: 'main' : 'void' function returning a value
D:\数据结构\1.c(35) : error C2143: syntax error : missing ';' before 'type'
D:\数据结构\1.c(36) : error C2143: syntax error : missing ';' before 'type'
D:\数据结构\1.c(36) : error C2143: syntax error : missing ';' before 'type'
D:\数据结构\1.c(36) : error C2143: syntax error : missing ')' before 'type'
D:\数据结构\1.c(36) : error C2143: syntax error : missing ';' before 'type'
D:\数据结构\1.c(36) : error C2065: 'q' : undeclared identifier
D:\数据结构\1.c(36) : warning C4047: '>=' : 'int *' differs in levels of indirection from 'int '
D:\数据结构\1.c(36) : warning C4552: '>=' : operator has no effect; expected operator with side-effect
D:\数据结构\1.c(36) : error C2059: syntax error : ')'
D:\数据结构\1.c(37) : error C2143: syntax error : missing ';' before '{'
D:\数据结构\1.c(39) : error C2100: illegal indirection
D:\数据结构\1.c(40) : error C2105: '++' needs l-value
D:\数据结构\1.c(42) : warning C4098: 'main' : 'void' function returning a value
执行 cl.exe 时出错.
<h3>Results</h3>
1.obj - 1 error(s), 0 warning(s)
</pre>
</body>
</html>