id summary reporter owner description type status milestone component version severity resolution keywords cc 1456 Unused variable warning Jens Seidel Douglas Gregor "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" Patches closed Boost 1.35.0 mpi Boost 1.34.1 Cosmetic fixed