nholthaus / units

a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.
http://nholthaus.github.io/units/
MIT License
934 stars 134 forks source link

-Wshadow compilation warning fix - use -Wshadow for compiling tests #318

Open Guillaume227 opened 1 year ago

Guillaume227 commented 1 year ago

This should be good practice and eases units integration in projects following stricter compile checks.