Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Make code more compliant to msvc with default settings #130

Closed Davidah121 closed 1 year ago

Davidah121 commented 1 year ago

Should be able to be compiled in Visual Studios without having to disable settings. Should minimize warnings. Note that not all of the warnings are valid since the C++ standard allows/defines some of them.