[Boost-bugs] [Boost C++ Libraries] #1456: Unused variable warning

Subject: [Boost-bugs] [Boost C++ Libraries] #1456: Unused variable warning
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-11-17 20:44:23


#1456: Unused variable warning
---------------------------------------------------+------------------------
 Reporter: Jens Seidel <jensseidel_at_[hidden]> | Owner: dgregor
     Type: Patches | Status: new
Milestone: Boost 1.35.0 | Component: mpi
  Version: Boost 1.34.1 | Severity: Cosmetic
 Keywords: |
---------------------------------------------------+------------------------
 Hi,

 this patch fixes a g++ warning:

 --- mpi/detail/ignore_skeleton_oarchive.hpp (Revision 41172)
 +++ mpi/detail/ignore_skeleton_oarchive.hpp (Arbeitskopie)
 @@ -48,7 +48,7 @@
      }

  #define BOOST_ARCHIVE_IGNORE_IMPLEMENTATION(T) \
 - void save_override(T const & t , int) \
 + void save_override(T const & , int) \
         {} \

  BOOST_ARCHIVE_IGNORE_IMPLEMENTATION(archive::class_id_optional_type)

 Please apply.

 Jens

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1456>
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:49:57 UTC