Ticket #2646: test warnings.txt

File test warnings.txt, 6.4 KB (added by Paul A. Bristow, 14 years ago)
Line 
1test_rounds.cpp
2I:\boost_trunk\boost/test/impl/unit_test_main.ipp(91) : warning C4310: cast truncates constant value
3I:\boost_trunk\boost/test/utils/runtime/config.hpp(85) : warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.
4 C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(864) : see declaration of 'putenv'
5I:\boost_trunk\boost/test/utils/runtime/argument.hpp(79) : warning C4224: nonstandard extension used : formal parameter 'arg' was previously defined as a type
6I:\boost_trunk\boost/test/utils/runtime/argument.hpp(90) : warning C4224: nonstandard extension used : formal parameter 'arg' was previously defined as a type
7I:\boost_trunk\boost/optional/optional.hpp(579) : warning C4224: nonstandard extension used : formal parameter 'arg' was previously defined as a type
8 I:\boost_trunk\boost/optional/optional.hpp(616) : see reference to class template instantiation 'boost::optional<T>' being compiled
9I:\boost_trunk\boost/optional/optional.hpp(579) : warning C4224: nonstandard extension used : formal parameter 'arg' was previously defined as a type
10 I:\boost_trunk\boost/test/utils/runtime/interpret_argument_value.hpp(67) : see reference to class template instantiation 'boost::optional<T>' being compiled
11 with
12 [
13 T=boost::runtime::dstring
14 ]
15I:\boost_trunk\boost/optional/optional.hpp(579) : warning C4224: nonstandard extension used : formal parameter 'arg' was previously defined as a type
16 I:\boost_trunk\boost/test/utils/runtime/interpret_argument_value.hpp(83) : see reference to class template instantiation 'boost::optional<T>' being compiled
17 with
18 [
19 T=boost::runtime::cstring
20 ]
21I:\boost_trunk\boost/optional/optional.hpp(579) : warning C4224: nonstandard extension used : formal parameter 'arg' was previously defined as a type
22 I:\boost_trunk\boost/test/utils/runtime/interpret_argument_value.hpp(108) : see reference to class template instantiation 'boost::optional<T>' being compiled
23 with
24 [
25 T=bool
26 ]
27I:\boost_trunk\boost/test/utils/runtime/env/environment.ipp(82) : warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
28 C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdlib.h(447) : see declaration of 'getenv'
29I:\boost_trunk\boost/optional/optional.hpp(579) : warning C4224: nonstandard extension used : formal parameter 'arg' was previously defined as a type
30 I:\boost_trunk\boost/test/impl/unit_test_parameters.ipp(211) : see reference to class template instantiation 'boost::optional<T>' being compiled
31 with
32 [
33 T=boost::unit_test::output_format
34 ]
35 I:\boost_trunk\boost/test/impl/unit_test_parameters.ipp(298) : see reference to function template instantiation 'T boost::unit_test::runtime_config::`anonymous-namespace'::retrieve_parameter<boost::unit_test::output_format>(boost::unit_test::const_string,const boost::runtime::cla::parser &,const T &,const T &)' being compiled
36 with
37 [
38 T=boost::unit_test::output_format
39 ]
40I:\boost_trunk\boost/optional/optional.hpp(579) : warning C4224: nonstandard extension used : formal parameter 'arg' was previously defined as a type
41 I:\boost_trunk\boost/test/impl/unit_test_parameters.ipp(211) : see reference to class template instantiation 'boost::optional<T>' being compiled
42 with
43 [
44 T=boost::unit_test::log_level
45 ]
46 I:\boost_trunk\boost/test/impl/unit_test_parameters.ipp(321) : see reference to function template instantiation 'T boost::unit_test::runtime_config::`anonymous-namespace'::retrieve_parameter<boost::unit_test::log_level>(boost::unit_test::const_string,const boost::runtime::cla::parser &,const T &,const T &)' being compiled
47 with
48 [
49 T=boost::unit_test::log_level
50 ]
51I:\boost_trunk\boost/optional/optional.hpp(579) : warning C4224: nonstandard extension used : formal parameter 'arg' was previously defined as a type
52 I:\boost_trunk\boost/test/impl/unit_test_parameters.ipp(211) : see reference to class template instantiation 'boost::optional<T>' being compiled
53 with
54 [
55 T=boost::unit_test::report_level
56 ]
57 I:\boost_trunk\boost/test/impl/unit_test_parameters.ipp(337) : see reference to function template instantiation 'T boost::unit_test::runtime_config::`anonymous-namespace'::retrieve_parameter<boost::unit_test::report_level>(boost::unit_test::const_string,const boost::runtime::cla::parser &,const T &,const T &)' being compiled
58 with
59 [
60 T=boost::unit_test::report_level
61 ]
62I:\boost_trunk\boost/optional/optional.hpp(579) : warning C4224: nonstandard extension used : formal parameter 'arg' was previously defined as a type
63 I:\boost_trunk\boost/test/impl/unit_test_parameters.ipp(211) : see reference to class template instantiation 'boost::optional<T>' being compiled
64 with
65 [
66 T=long
67 ]
68 I:\boost_trunk\boost/test/impl/unit_test_parameters.ipp(441) : see reference to function template instantiation 'T boost::unit_test::runtime_config::`anonymous-namespace'::retrieve_parameter<long>(boost::unit_test::const_string,const boost::runtime::cla::parser &,const T &,const T &)' being compiled
69 with
70 [
71 T=long
72 ]
73I:\boost_trunk\boost/optional/optional.hpp(579) : warning C4224: nonstandard extension used : formal parameter 'arg' was previously defined as a type
74 I:\boost_trunk\boost/test/impl/unit_test_parameters.ipp(211) : see reference to class template instantiation 'boost::optional<T>' being compiled
75 with
76 [
77 T=int
78 ]
79 I:\boost_trunk\boost/test/impl/unit_test_parameters.ipp(449) : see reference to function template instantiation 'T boost::unit_test::runtime_config::`anonymous-namespace'::retrieve_parameter<int>(boost::unit_test::const_string,const boost::runtime::cla::parser &,const T &,const T &)' being compiled
80 with
81 [
82 T=int
83 ]
84Linking...
85Embedding manifest...
86Autorun "j:\Cpp\SVG\debug\test_rounds.exe"
87Running 1 test case...
88*** No errors detected