veselink1 / refl-cpp

Static reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).
https://veselink1.github.io/refl-cpp/md__introduction.html
MIT License
1.06k stars 77 forks source link

anoying unused parameters #4

Closed Milerius closed 4 years ago

Milerius commented 4 years ago
Capture d’écran 2019-09-13 à 08 59 42

You can use attribute [[maybe_unused]] or remove the variable name in signature of the function to silent the warnings please

veselink1 commented 4 years ago

Thank you for your suggestion! I will be removing the names of the parameters to silence the warnings.

veselink1 commented 4 years ago

The occasions of unused parameters that were not caused by a linter error should be fixed in v0.6.0.