VortexCoyote / leraine-studio

A cross-platform portable open-source VSRG chart editor written in C++ with SFML.
Mozilla Public License 2.0
14 stars 6 forks source link

Fix all compiler warnings #22

Open VortexCoyote opened 3 years ago

VortexCoyote commented 3 years ago

Fix all compiler warnings across GCC and MSVC. As of now we have a lot of compiler warnings related to type casting and value assignment. By fixing these warnings we could potentially prevent future bugs.

PracticalMetal commented 3 years ago

Hi, can you please elaborate more on the issue?

VortexCoyote commented 3 years ago

Updated description!