Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unused parameter warning in mean.hpp #32

Open
HDembinski opened this issue May 12, 2019 · 1 comment
Open

Unused parameter warning in mean.hpp #32

HDembinski opened this issue May 12, 2019 · 1 comment

Comments

@HDembinski
Copy link

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
Copy link

hmm I have the same issue now..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants