Closed cz4rs closed 2 months ago
fixes #34
Most of the warnings are unused parameter, mixed sign comparison or unused variable. For the unused parameters, I went with [[maybe_unused]] to be more explicit. Maybe it makes sense to remove some of them completely instead.
[[maybe_unused]]
@nmm0 This is partially taken from #11, but since the changes here are completely independent I think it makes sense to merge it as a separate PR.
fixes #34
Most of the warnings are unused parameter, mixed sign comparison or unused variable. For the unused parameters, I went with
[[maybe_unused]]
to be more explicit. Maybe it makes sense to remove some of them completely instead.