Build Log |
|
Command Lines |
Creating temporary file "c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\lab9\IntBinaryTree\IntBinaryTree\Release\RSP00000141442096.rsp" with contents [ /O2 /Oi /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Gy /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Zi /TP ".\main.cpp" ".\IntBinaryTree.cpp" ] Creating command line "cl.exe @"c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\lab9\IntBinaryTree\IntBinaryTree\Release\RSP00000141442096.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\lab9\IntBinaryTree\IntBinaryTree\Release\RSP00000241442096.rsp" with contents [ /OUT:"C:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\lab9\IntBinaryTree\Release\IntBinaryTree.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\IntBinaryTree.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\lab9\IntBinaryTree\Release\IntBinaryTree.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /DYNAMICBASE /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\Release\IntBinaryTree.obj" ".\Release\main.obj" ] Creating command line "link.exe @"c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\lab9\IntBinaryTree\IntBinaryTree\Release\RSP00000241442096.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\lab9\IntBinaryTree\IntBinaryTree\Release\RSP00000341442096.rsp" with contents [ /outputresource:"..\Release\IntBinaryTree.exe;#1" /manifest ".\Release\IntBinaryTree.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\lab9\IntBinaryTree\IntBinaryTree\Release\RSP00000341442096.rsp" /nologo" Creating temporary file "c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\lab9\IntBinaryTree\IntBinaryTree\Release\BAT00000441442096.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Release\mt.dep" ] Creating command line """c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\lab9\IntBinaryTree\IntBinaryTree\Release\BAT00000441442096.bat""" |
Output Window |
Compiling... main.cpp .\main.cpp(36) : warning C4101: 'count' : unreferenced local variable .\main.cpp(36) : warning C4101: 'currentHeight' : unreferenced local variable .\main.cpp(35) : warning C4101: 'startTime' : unreferenced local variable .\main.cpp(36) : warning C4101: 'maxHeight' : unreferenced local variable .\main.cpp(35) : warning C4101: 'endTime' : unreferenced local variable .\main.cpp(36) : warning C4101: 'numberOfElements' : unreferenced local variable IntBinaryTree.cpp .\IntBinaryTree.cpp(195) : warning C4101: 'previousPtr' : unreferenced local variable Linking... Generating code Finished generating code Embedding manifest... |
Results |
Build log was saved at "file://c:\Documents and Settings\fienup\Desktop\Data_Courses\cs052_C++_spr10\labs_s10\lab9\lab9\IntBinaryTree\IntBinaryTree\Release\BuildLog.htm" IntBinaryTree - 0 error(s), 7 warning(s) |