boostorg/accumulators

Unused parameter warning in mean.hpp

Opened this issue · 1 comments

In file included from ../../boost/accumulators/statistics/mean.hpp:18:
../../boost/accumulators/statistics/count.hpp:48:57: error: unused parameter 'file_version' [-Werror,-Wunused-parameter]
        void serialize(Archive & ar, const unsigned int file_version)

You could run the CI tests with -Werror to catch these, which is what I do in Boost.Histogram.

hmm I have the same issue now..