boostorg / accumulators

An awesome library from Boost
http://boost.org/libs/accumulators
22 stars 54 forks source link

Unused parameter warning in mean.hpp #32

Open HDembinski opened 5 years ago

HDembinski commented 5 years ago
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.

wangzhe3224 commented 1 year ago

hmm I have the same issue now..