-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrtmpsrv.plg
48 lines (45 loc) · 2.73 KB
/
rtmpsrv.plg
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
41
42
43
44
45
46
47
48
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: rtmpsrv - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\Users\ADMINI~1\AppData\Local\Temp\RSP1AC1.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /I "./include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/rtmpsrv.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"E:\CRtmpserver\rtmp\zrtmpsever1110\rtmpsrv.c"
]
Creating command line "cl.exe @C:\Users\ADMINI~1\AppData\Local\Temp\RSP1AC1.tmp"
Creating temporary file "C:\Users\ADMINI~1\AppData\Local\Temp\RSP1AC2.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/rtmpsrv.pdb" /debug /machine:I386 /out:"Debug/rtmpsrv.exe" /pdbtype:sept /libpath:"./lib"
.\Debug\rtmpsrv.obj
.\Debug\thread.obj
]
Creating command line "link.exe @C:\Users\ADMINI~1\AppData\Local\Temp\RSP1AC2.tmp"
<h3>Output Window</h3>
Compiling...
rtmpsrv.c
e:\crtmpserver\rtmp\zrtmpsever1110\rtmpsrv.c(479) : warning C4047: 'function' : 'const char *' differs in levels of indirection from 'char *[256]'
e:\crtmpserver\rtmp\zrtmpsever1110\rtmpsrv.c(479) : warning C4024: 'fopen' : different types for formal and actual parameter 1
e:\crtmpserver\rtmp\zrtmpsever1110\rtmpsrv.c(520) : warning C4018: '!=' : signed/unsigned mismatch
e:\crtmpserver\rtmp\zrtmpsever1110\rtmpsrv.c(951) : warning C4101: 'av' : unreferenced local variable
e:\crtmpserver\rtmp\zrtmpsever1110\rtmpsrv.c(950) : warning C4101: 'p' : unreferenced local variable
e:\crtmpserver\rtmp\zrtmpsever1110\rtmpsrv.c(950) : warning C4101: 'ptr' : unreferenced local variable
e:\crtmpserver\rtmp\zrtmpsever1110\rtmpsrv.c(950) : warning C4101: 'q' : unreferenced local variable
e:\crtmpserver\rtmp\zrtmpsever1110\rtmpsrv.c(952) : warning C4101: 'argc' : unreferenced local variable
e:\crtmpserver\rtmp\zrtmpsever1110\rtmpsrv.c(951) : warning C4101: 'argv' : unreferenced local variable
e:\crtmpserver\rtmp\zrtmpsever1110\rtmpsrv.c(952) : warning C4101: 'len' : unreferenced local variable
e:\crtmpserver\rtmp\zrtmpsever1110\rtmpsrv.c(953) : warning C4101: 'now' : unreferenced local variable
e:\crtmpserver\rtmp\zrtmpsever1110\rtmpsrv.c(950) : warning C4101: 'cmd' : unreferenced local variable
e:\crtmpserver\rtmp\zrtmpsever1110\rtmpsrv.c(950) : warning C4101: 'file' : unreferenced local variable
e:\crtmpserver\rtmp\zrtmpsever1110\rtmpsrv.c(1257) : warning C4018: '==' : signed/unsigned mismatch
e:\crtmpserver\rtmp\zrtmpsever1110\rtmpsrv.c(1367) : warning C4761: integral size mismatch in argument; conversion supplied
Linking...
<h3>Results</h3>
rtmpsrv.exe - 0 error(s), 0 warning(s)
</pre>
</body>
</html>