Subject: [Boost-bugs] [Boost C++ Libraries] #5750: archive component MinGW/MSYS compile warning
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-08-04 01:27:33
#5750: archive component MinGW/MSYS compile warning
-------------------------------------+--------------------------------------
Reporter: feiyunw@⦠| Owner: ramey
Type: Bugs | Status: new
Milestone: To Be Determined | Component: None
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------+--------------------------------------
Component archive is one of two boost components which generate compile
warnings in MinGW/MSYS with gcc-4.5.2:
{{{
1 ./boost/archive/detail/basic_iarchive.hpp:40:44: warning: type
attributes ignored after type is already defined
1 ./boost/archive/detail/basic_iarchive.hpp:41:44: warning: type
attributes ignored after type is already defined
6 ./boost/archive/detail/basic_iserializer.hpp:42:44: warning: type
attributes ignored after type is already defined
5 ./boost/archive/detail/basic_iserializer.hpp:43:44: warning: type
attributes ignored after type is already defined
1 ./boost/archive/detail/basic_oarchive.hpp:42:44: warning: type
attributes ignored after type is already defined
1 ./boost/archive/detail/basic_oarchive.hpp:43:44: warning: type
attributes ignored after type is already defined
6 ./boost/archive/detail/basic_oserializer.hpp:43:44: warning: type
attributes ignored after type is already defined
6 ./boost/archive/detail/basic_pointer_iserializer.hpp:40:44:
warning: type attributes ignored after type is already defined
2 ./boost/archive/detail/basic_pointer_iserializer.hpp:41:44:
warning: type attributes ignored after type is already defined
6 ./boost/archive/detail/basic_pointer_oserializer.hpp:39:44:
warning: type attributes ignored after type is already defined
7 ./boost/archive/detail/basic_pointer_oserializer.hpp:40:44:
warning: type attributes ignored after type is already defined
6 ./boost/archive/detail/interface_iarchive.hpp:30:56: warning: type
attributes ignored after type is already defined
6 ./boost/archive/detail/interface_oarchive.hpp:32:56: warning: type
attributes ignored after type is already defined
1 ./boost/archive/polymorphic_iarchive.hpp:49:48: warning: type
attributes ignored after type is already defined
1 ./boost/archive/polymorphic_iarchive.hpp:50:48: warning: type
attributes ignored after type is already defined
1 ./boost/archive/polymorphic_oarchive.hpp:48:48: warning: type
attributes ignored after type is already defined
1 ./boost/archive/polymorphic_oarchive.hpp:49:48: warning: type
attributes ignored after type is already defined
}}}
The preceding numbers are the numbers of occurence.[[BR]]
It is very annoying when developers use it in their products.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5750> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:07 UTC