📄 y.tab.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: y.tab - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPC.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/y.tab.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Documents and Settings\Administrator\桌面\20030305-21\Main.c"
]
Creating command line "cl.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPC.tmp"
Creating temporary file "D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPD.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/y.tab.pdb" /debug /machine:I386 /out:"Debug/y.tab.exe" /pdbtype:sept
".\Debug\Check.obj"
".\Debug\Create.obj"
".\Debug\Del_Drop.obj"
".\Debug\Get_info.obj"
".\Debug\Insert.obj"
".\Debug\Main.obj"
".\Debug\Select.obj"
".\Debug\Stat.obj"
]
Creating command line "link.exe @D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPD.tmp"
<h3>Output Window</h3>
Compiling...
Main.c
drop.y(745) : warning C4013: 'read_dic' undefined; assuming extern returning int
drop.y(716) : warning C4101: 'i' : unreferenced local variable
main.c(660) : warning C4067: unexpected tokens following preprocessor directive - expected a newline
drop.y(88) : warning C4013: 'select_errorcheck' undefined; assuming extern returning int
drop.y(88) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int '
drop.y(93) : warning C4013: 'selectpro' undefined; assuming extern returning int
drop.y(98) : warning C4013: 'create_errorcheck' undefined; assuming extern returning int
drop.y(98) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int '
drop.y(103) : warning C4013: 'createpro' undefined; assuming extern returning int
drop.y(108) : warning C4013: 'drop_errorcheck' undefined; assuming extern returning int
drop.y(108) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int '
drop.y(114) : warning C4013: 'droppro' undefined; assuming extern returning int
drop.y(119) : warning C4013: 'insert_errorcheck' undefined; assuming extern returning int
drop.y(119) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int '
drop.y(125) : warning C4013: 'insertpro' undefined; assuming extern returning int
drop.y(129) : warning C4013: 'delete_errorcheck' undefined; assuming extern returning int
drop.y(129) : warning C4047: '=' : 'char *' differs in levels of indirection from 'int '
drop.y(134) : warning C4013: 'deletepro' undefined; assuming extern returning int
drop.y(477) : warning C4013: 'show_tables' undefined; assuming extern returning int
drop.y(481) : warning C4013: 'show_tab_dic' undefined; assuming extern returning int
drop.y(485) : warning C4013: 'show_col_dic' undefined; assuming extern returning int
main.c(672) : warning C4102: 'yyerrlab' : unreferenced label
main.c(664) : warning C4102: 'yynewerror' : unreferenced label
Linking...
<h3>Results</h3>
y.tab.exe - 0 error(s), 23 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -