gul-cpp / gul14

General Utility Library for C++14
https://gul14.info/
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Silence a few -Wconversion warnings #37

Closed alt-graph closed 1 year ago

alt-graph commented 1 year ago

This PR silences the last batch of warnings. After this commit, GUL14 compiles cleanly with -Wshadow -Wconversion (at least on GCC).