Build Log |
|
Command Lines |
Creating temporary file "c:\Documents and Settings\Michael\Desktop\PROJECTS\OSDev\demo25\SysCore\Keyboard\Debug\RSP00000449765216.rsp" with contents [ /O2 /Oy /I "..\Include\\" /D "ARCH_X86" /X /FD /EHsc /MT /Zp1 /GS- /GR- /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W4 /c /TP ".\kybrd.cpp" ] Creating command line "cl.exe @"c:\Documents and Settings\Michael\Desktop\PROJECTS\OSDev\demo25\SysCore\Keyboard\Debug\RSP00000449765216.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Documents and Settings\Michael\Desktop\PROJECTS\OSDev\demo25\SysCore\Keyboard\Debug\RSP00000849765216.rsp" with contents [ /OUT:"C:\Documents and Settings\Michael\Desktop\PROJECTS\OSDev\demo25\SysCore\Debug\Keyboard.lib" ".\Debug\kybrd.obj" ] Creating command line "lib.exe @"c:\Documents and Settings\Michael\Desktop\PROJECTS\OSDev\demo25\SysCore\Keyboard\Debug\RSP00000849765216.rsp" /NOLOGO" |
Output Window |
Compiling... kybrd.cpp ..\Include\ctype.h(39) : warning C4005: 'isascii' : macro redefinition ..\Include\ctype.h(28) : see previous definition of 'isascii' .\kybrd.cpp(260) : warning C4127: conditional expression is constant .\kybrd.cpp(277) : warning C4127: conditional expression is constant .\kybrd.cpp(485) : warning C4806: '|' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant .\kybrd.cpp(485) : warning C4806: '&' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant .\kybrd.cpp(486) : warning C4806: '|' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant .\kybrd.cpp(486) : warning C4806: '&' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant .\kybrd.cpp(645) : warning C4127: conditional expression is constant Creating library... |
Results |
Build log was saved at "file://c:\Documents and Settings\Michael\Desktop\PROJECTS\OSDev\demo25\SysCore\Keyboard\Debug\BuildLog.htm" Keyboard - 0 error(s), 8 warning(s) |