boostorg / boostorg/accumulators

Unused parameter warning in mean.hpp

Open
#32 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
26
Forks
61
PR merge metrics
No merged PRs in 30d

Description

```
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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.