Ticket #2482: boost_concepts_check_unused_var_buildlog.txt

File boost_concepts_check_unused_var_buildlog.txt, 2.3 KB (added by Alexis Armin Huf <alexishuf@…>, 10 years ago)

Build log under msvc 2010

Line 
111:26:44 **** Incremental Build of configuration Default for project qstrpc ****
2nmake
3
4Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
5Copyright (C) Microsoft Corporation. All rights reserved.
6
7 cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100 -w34189 -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_TESTLIB_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -I"..\..\lib\qt-4.8.2-src\include\QtCore" -I"..\..\lib\qt-4.8.2-src\include\QtGui" -I"..\..\lib\qt-4.8.2-src\include\QtTest" -I"..\..\lib\qt-4.8.2-src\include" -I"..\..\lib\boost_1_53_0" -I"src\include" -I"..\..\lib\qt-4.8.2-src\include\ActiveQt" -I"build\moc" -I"..\..\lib\qt-4.8.2-src\mkspecs\win32-msvc2010" -Fobuild\objs\ @C:\Users\Dev\AppData\Local\Temp\nmC034.tmp
8main.cpp
9C:\lib\boost_1_53_0\boost/concept/detail/msvc.hpp(22) : warning C4100: 'x' : unreferenced formal parameter
10 C:\lib\boost_1_53_0\boost/concept/detail/msvc.hpp(23) : while compiling class template member function 'void boost::concepts::check<Model>::failed(Model *)'
11 with
12 [
13 Model=boost::SignedInteger<int>
14 ]
15 C:\lib\boost_1_53_0\boost/concept/detail/msvc.hpp(61) : see reference to class template instantiation 'boost::concepts::check<Model>' being compiled
16 with
17 [
18 Model=boost::SignedInteger<int>
19 ]
20 src\tests\main.cpp(24) : see reference to class template instantiation 'boost::concepts::require<Model>' being compiled
21 with
22 [
23 Model=boost::SignedInteger<int>
24 ]
25 link /LIBPATH:"c:\lib\qt-4.8.2-src\lib" /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /MANIFEST /MANIFESTFILE:"build/objs\qstrpc_tests.intermediate.manifest" /OUT:build\bin\qstrpc_tests.exe @C:\Users\Dev\AppData\Local\Temp\nmC68C.tmp
26LINK : build\bin\qstrpc_tests.exe not found or not built by the last incremental link; performing full link
27 mt.exe -nologo -manifest "build\objs\qstrpc_tests.intermediate.manifest" -outputresource:build\bin\qstrpc_tests.exe;1
28
2911:26:46 Build Finished (took 1s.950ms)
30