Boost logo

Boost Users :

Subject: Re: [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-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net