diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 13:11:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 13:11:38 +0100 |
commit | eecaca80bdcf9060a5dd06a835a2c1752b4fec01 (patch) | |
tree | b24beb6c11a88a2c67ebd23704aafc863dce7da8 /boost/boost.6397.warnings.patch | |
parent | 8b97644bab0e9106b798a5b8969aa796e558ef3f (diff) |
WaE: some warnings on RHEL-6 gcc
Change-Id: I7d852595fbe0395bc29aba86b2e110ffb5c28823
Diffstat (limited to 'boost/boost.6397.warnings.patch')
-rw-r--r-- | boost/boost.6397.warnings.patch | 15 |
1 files changed, 15 insertions, 0 deletions
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<NumDims,NumDims> index_gen; +- index_gen old_idxes; +- index_gen new_idxes; ++ typedef detail::multi_array::index_gen<NumDims,NumDims> 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(), |