Build Log
  

Build started: Project: CppUTest, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "C:\cpptdd\CppUTest\Debug\RSP00000114002448.rsp" with contents
[
/Od /I ".\include" /I ".\include\Platforms\VisualCpp" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /FD /EHsc /RTC1 /MDd /Fp".\Debug/CppUTest.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TP .\src\CppUTest\CommandLineTestRunner.cpp

.\src\Platforms\VisualCpp\Win32MemoryLeakWarning.cpp

.\src\Platforms\VisualCpp\UtestPlatform.cpp

.\src\CppUTest\Utest.cpp

.\src\CppUTest\TestResult.cpp

.\src\CppUTest\TestRegistry.cpp

.\src\CppUTest\TestPlugin.cpp

.\src\CppUTest\TestOutput.cpp

.\src\CppUTest\TestHarness_c.cpp

.\src\CppUTest\Extensions\SimpleStringExtensions.cpp

.\src\CppUTest\SimpleString.cpp

.\src\CppUTest\MemoryLeakWarningPlugin.cpp

.\src\CppUTest\JUnitTestOutput.cpp

.\src\CppUTest\Failure.cpp
]
Creating command line "cl.exe @C:\cpptdd\CppUTest\Debug\RSP00000114002448.rsp /nologo /errorReport:prompt"
Creating temporary file "C:\cpptdd\CppUTest\Debug\RSP00000214002448.rsp" with contents
[
/Od /I ".\include" /I ".\include\Platforms\VisualCpp" /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /FD /EHsc /RTC1 /MDd /Fp".\Debug/CppUTest.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TC .\src\CppUTest\FindLeaksMalloc.c
]
Creating command line "cl.exe @C:\cpptdd\CppUTest\Debug\RSP00000214002448.rsp /nologo /errorReport:prompt"
Creating temporary file "C:\cpptdd\CppUTest\Debug\RSP00000314002448.rsp" with contents
[
/OUT:"lib\CppUTest.lib" .\Debug\CommandLineTestRunner.obj

.\Debug\Failure.obj

.\Debug\FindLeaksMalloc.obj

.\Debug\JUnitTestOutput.obj

.\Debug\MemoryLeakWarningPlugin.obj

.\Debug\SimpleString.obj

.\Debug\SimpleStringExtensions.obj

.\Debug\TestHarness_c.obj

.\Debug\TestOutput.obj

.\Debug\TestPlugin.obj

.\Debug\TestRegistry.obj

.\Debug\TestResult.obj

.\Debug\Utest.obj

.\Debug\UtestPlatform.obj

.\Debug\Win32MemoryLeakWarning.obj
]
Creating command line "lib.exe @C:\cpptdd\CppUTest\Debug\RSP00000314002448.rsp /NOLOGO"
Output Window
  
Compiling...
CommandLineTestRunner.cpp
Win32MemoryLeakWarning.cpp
c:\cpptdd\cpputest\src\platforms\visualcpp\win32memoryleakwarning.cpp(85) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
UtestPlatform.cpp
c:\cpptdd\cpputest\src\platforms\visualcpp\utestplatform.cpp(78) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(358) : see declaration of '_vsnprintf'
Utest.cpp
TestResult.cpp
TestRegistry.cpp
TestPlugin.cpp
TestOutput.cpp
TestHarness_c.cpp
SimpleStringExtensions.cpp
SimpleString.cpp
c:\cpptdd\cpputest\src\cpputest\simplestring.cpp(43) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\cpptdd\cpputest\src\cpputest\simplestring.cpp(53) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\cpptdd\cpputest\src\cpputest\simplestring.cpp(62) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\cpptdd\cpputest\src\cpputest\simplestring.cpp(72) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\cpptdd\cpputest\src\cpputest\simplestring.cpp(133) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
c:\cpptdd\cpputest\src\cpputest\simplestring.cpp(165) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
c:\cpptdd\cpputest\src\cpputest\simplestring.cpp(227) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\cpptdd\cpputest\src\cpputest\simplestring.cpp(228) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
c:\cpptdd\cpputest\src\cpputest\simplestring.cpp(237) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\cpptdd\cpputest\src\cpputest\simplestring.cpp(249) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\cpptdd\cpputest\src\cpputest\simplestring.cpp(257) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\cpptdd\cpputest\src\cpputest\simplestring.cpp(270) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\cpptdd\cpputest\src\cpputest\simplestring.cpp(279) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\cpptdd\cpputest\src\cpputest\simplestring.cpp(280) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\cpptdd\cpputest\src\cpputest\simplestring.cpp(288) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
MemoryLeakWarningPlugin.cpp
JUnitTestOutput.cpp
c:\cpptdd\cpputest\src\cpputest\junittestoutput.cpp(214) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
Failure.cpp
c:\cpptdd\cpputest\src\cpputest\failure.cpp(103) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
Generating Code...
Compiling...
FindLeaksMalloc.c
Creating library...
Results
  
Build log was saved at "file://C:\cpptdd\CppUTest\Debug\BuildLog.htm"
CppUTest - 0 error(s), 19 warning(s)