ousnius / BodySlide-and-Outfit-Studio

BodySlide and Outfit Studio, a tool to convert, create, and customize outfits and bodies for Bethesda games.
GNU General Public License v3.0
293 stars 64 forks source link

Fixed g++-10 -Wall warnings #431

Closed sts1skj closed 2 years ago

sts1skj commented 2 years ago

To ease readability, I broke the different warnings down into different commits. One warning was only generated with optimization on. I avoided making changes to lib/gli, but lib/gli was only producing one warning message, so I wonder if it should be fixed rather than disabling warnings for lib/gli.

I wonder if disabling warnings is still necessary with MSVC (see commit f209980).