From eecaca80bdcf9060a5dd06a835a2c1752b4fec01 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 28 Sep 2012 13:11:19 +0100 Subject: WaE: some warnings on RHEL-6 gcc Change-Id: I7d852595fbe0395bc29aba86b2e110ffb5c28823 --- boost/boost.6397.warnings.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'boost') diff --git a/boost/boost.6397.warnings.patch b/boost/boost.6397.warnings.patch index 82e3b5e88ee9..9c4c1ecb1b8c 100644 --- a/boost/boost.6397.warnings.patch +++ b/boost/boost.6397.warnings.patch @@ -255,3 +255,18 @@ }; +--- misc/boost_1_44_0/boost/multi_array.hpp 2012-09-28 13:06:44.796521371 +0100 ++++ misc/build/boost_1_44_0/boost/multi_array.hpp 2012-09-28 13:07:25.119002500 +0100 +@@ -423,9 +423,9 @@ + // Build index_gen objects to create views with the same shape + + // these need to be separate to handle non-zero index bases +- typedef detail::multi_array::index_gen index_gen; +- index_gen old_idxes; +- index_gen new_idxes; ++ typedef detail::multi_array::index_gen lcl_index_gen; ++ lcl_index_gen old_idxes; ++ lcl_index_gen new_idxes; + + std::transform(new_array.index_base_list_.begin(), + new_array.index_base_list_.end(), -- cgit