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.05k stars 76 forks source link

fix unused parameter warning (faster-properties branch) #61

Closed rpatters1 closed 2 years ago

rpatters1 commented 2 years ago

This fixes a compiler warning for an unused parameter. The production build of my project treats warnings as errors, so I had to fix it.