Boost logo

Boost :

Subject: Re: [boost] [Boost-users] [release] Boost 1.68.0 Beta 1 -> warnings in gil, locale, geometry, asio, ublas, interprocess, atomic
From: Frédéric (ufospoke_at_[hidden])
Date: 2018-08-09 08:49:37


> Here are some more warnings while using the libraries:
>
> * ublas:
>
> boost/numeric/ublas/functional.hpp:1673:57: warning: unused parameter
> 'size_i' [-Wunused-parameter]
> size_type upper_element (size_type i, size_type size_i,
> size_type j, size_type size_j) {
> ^
> boost/numeric/ublas/functional.hpp:1673:88: warning: unused parameter
> 'size_j' [-Wunused-parameter]
> size_type upper_element (size_type i, size_type size_i,
> size_type j, size_type size_j) {
>
> ^

I reported that issue here:
https://github.com/boostorg/ublas/issues/55

and I fixed it here:
https://github.com/boostorg/ublas/pull/56

CI tests passed.
Can someone merge?

Thanks


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk