diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 13:11:19 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-10-01 13:54:17 +0200 |
commit | 2d9cf1aaf12456e3628791b742fc3e04ebc0d92b (patch) | |
tree | 17ad3d9687ab55c44a0b240405281f9ac1c313c9 /boost | |
parent | ecc7820a93ca5a8f678d75e13c2e94b1115382e2 (diff) |
WaE: some warnings on RHEL-6 gcc
Change-Id: I7d852595fbe0395bc29aba86b2e110ffb5c28823
Diffstat (limited to 'boost')
-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(), |