appleseedhq / appleseed

A modern open source rendering engine for animation and visual effects
https://appleseedhq.net/
MIT License
2.19k stars 329 forks source link

Fix warnings with gcc 10.2.0 #2899

Closed ghost closed 3 years ago

ghost commented 3 years ago

Compiling appleseed in Release mode using gcc 10.2.0 causes a couple of warnings that due to "Werror" were failures. These were my changes to address them. I'm using boost 1.72.0 and OpenShadingLanguage 1.11.8

dictoon commented 3 years ago

Thanks for the fixes @theartful, and sorry for the delay :) We just merged the PR.