boostorg / boostorg/accumulators
Unused parameter warning in mean.hpp
Open
- 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.