Ticket #7116: warning.log

File warning.log, 2.0 KB (added by sebi707@…, 10 years ago)
Line 
1c:\program files (x86)\boost_1_50_0\boost\lexical_cast.hpp(1320): 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.
2 c:\program files (x86)\microsoft visual studio 10.0\vc\include\stdio.h(371) : see declaration of 'sprintf'
3 c:\program files (x86)\boost_1_50_0\boost\lexical_cast.hpp(1316) : while compiling class template member function 'bool boost::detail::lexical_stream_limited_src<CharT,Traits,RequiresStringbuffer>::shl_real_type(float,char *,char *&)'
4 with
5 [
6 CharT=char_type,
7 Traits=traits,
8 RequiresStringbuffer=false
9 ]
10 c:\program files (x86)\boost_1_50_0\boost\lexical_cast.hpp(1970) : see reference to class template instantiation 'boost::detail::lexical_stream_limited_src<CharT,Traits,RequiresStringbuffer>' being compiled
11 with
12 [
13 CharT=char_type,
14 Traits=traits,
15 RequiresStringbuffer=false
16 ]
17 c:\program files (x86)\boost_1_50_0\boost\lexical_cast.hpp(1921) : while compiling class template member function 'std::string boost::detail::lexical_cast_do_cast<Target,Source>::lexical_cast_impl(const Source &)'
18 with
19 [
20 Target=std::string,
21 Source=src
22 ]
23 c:\program files (x86)\boost_1_50_0\boost\lexical_cast.hpp(2133) : see reference to class template instantiation 'boost::detail::lexical_cast_do_cast<Target,Source>' being compiled
24 with
25 [
26 Target=std::string,
27 Source=src
28 ]
29 c:\users\sebi\documents\visual studio 2010\projects\lex_test\lex_test\main.cpp(8) : see reference to function template instantiation 'Target boost::lexical_cast<std::string,float>(const Source &)' being compiled
30 with
31 [
32 Target=std::string,
33 Source=float
34 ]