# uname -a
Linux localhost 3.4.0-lineageos-gb263a89 [#1](/bitcoin-bitcoin/1/) SMP PREEMPT Thu May 3 05:26:06 CEST 2018 armv7l GNU/Linux
When compiling on up-to-date Alpine Linux 3.7.0 on ARM I get many of similar warnings:
/usr/include/c++/6.4.0/bits/stl_map.h:483:4: note: parameter passing for argument of type 'std::_Rb_tree<CSubNet, std::pair<const CSubNet, CBanEntry>, std::_Select1st<std::pair<const CSubNet, CBanEntry> >, std::less<CSubNet>, std::allocator<std::pair<const CSubNet, CBanEntry> > >::const_iterator {aka std::_Rb_tree_const_iterator<std::pair<const CSubNet, CBanEntry> >}' will change in GCC 7.1
__i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct,
^~~
I am wondering if I am doing something wrong or if anything in the code needs to be fixed. The warnings do not show on x86_64 Alpine Linux using the same version of GCC.
The bitcoin version used is c93c360eec4de77af8aaa74d9140dba57160e30d