boostorg / pfr

std::tuple like methods for user defined types without any macro or boilerplate code
https://boost.org/libs/pfr
Boost Software License 1.0
1.34k stars 161 forks source link

Fix unused warning in fields_count.hpp #187

Closed anarthal closed 1 month ago

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 11258716667

Details


Totals Coverage Status
Change from base Build 11253776824: 0.0%
Covered Lines: 407
Relevant Lines: 407

💛 - Coveralls
anarthal commented 1 month ago

Would you be open to a PR that changes CIs to use warnings-as-errors=on and warnings=extra so Boost.PFR is ensured to be clean of common warnings for downstream consumers (like me)?

apolukhin commented 1 month ago

warnings-as-errors=on and warnings=extra

Would you be open to a PR that changes CIs to use warnings-as-errors=on and warnings=extra so Boost.PFR is ensured to be clean of common warnings for downstream consumers (like me)?

Sounds good, please make a PR