Boost logo

Ublas :

Subject: Re: [ublas] Clear waring in tests and benchmarks.
From: Nasos Iliopoulos (nasos_i_at_[hidden])
Date: 2014-10-20 12:36:29


Regarding mean_square we should probably replace it with a stronger
check like maybe the square of the Frobenius norm and yes make it a
common util for the tests.

-Nasos

On 10/17/2014 08:21 PM, Joaquim Duran wrote:
> I would like to clear some warning that appears when compiling the
> tests and benchmarks and improve code organization:
>
> 1 - add a macro named NOT_USED (in utils.hpp) to mark tell to the
> compiler that a variable that has been assigned a value, it 'll not be
> used.
>
> #define NOT_USED(x) (void)(x)
>
> matrix m, a, b;
> m = a * b;
> NOT_USED(m);
>
> NOTE: some tests already avoid this warning.
>
> 2 - Remove unused parameters, specially to 'main' functions.
>
> 3 - Three tests uses the template function mean_square. This function
> could be placed to a header file.
>
> Joaquim Duran
> _______________________________________________
> ublas mailing list
> ublas_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/ublas
> Sent to: nasos_i_at_[hidden]